Docker
ubuntu 18.04 docker 설치
visualp
2021. 2. 9. 15:19
반응형
ubuntu 18.04 TLS docker 설치하기
sudo apt update
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 stable"
sudo apt update
apt-cache policy docker-ce
apt install docker-ce
systemctl status docker
반응형