This article will help you to install docker in centOS version or RHEL version of linux.
Install the Docker from official Docker repository
$ sudo yum check-update
$ curl curl -fsSL https://get.docker.com/ | sh
Once docker installed, start the Docker daemon
$ sudo systemctl start docker
To check the docker status
$ sudo systemctl status docker
start the docker at the server reboot
$ sudo systemctl enable docker
Install the Docker from official Docker repository
$ sudo yum check-update
$ curl curl -fsSL https://get.docker.com/ | sh
Once docker installed, start the Docker daemon
$ sudo systemctl start docker
To check the docker status
$ sudo systemctl status docker
start the docker at the server reboot
$ sudo systemctl enable docker
sudo systemctl enable docker
Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
0 coment�rios:
Post a Comment