Friday, July 26, 2019

how to docker install or setup on dabian based operating system

Run this if you want to install the docker-ce on Ubuntu 18.04:
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic test"
sudo apt update
sudo apt install docker-ce
docker -v

Executing Docker command without Sudo:
sudo usermod -aG docker $USER
sudo systemctl status docker

No comments:

Post a Comment

All Post Title

Core utilities on a GNU/Linux system

Basic commands