[aws]docker 설치

정리맨·2022년 8월 1일
0
post-custom-banner
  1. sudo apt update
  2. sudo apt install apt-transport-https
  3. sudo apt install ca-certificates
  4. sudo apt install curl
  5. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
  6. sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
  7. sudo apt update
  8. apt-cache policy docker-ce
  9. sudo apt install docker-ce
  10. sudo systemctl status docker
  11. sudo docker pull hello-world
  12. sudo docker images
  13. sudo docker run hello-world

출처 : https://www.youtube.com/watch?v=PjgukGtZDmM

profile
ㅎㅎ
post-custom-banner

0개의 댓글