반응형

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

 

 

 

반응형
블로그 이미지

visualp

c#, java

,