삽질내용 정리 블로그
로그인
삽질내용 정리 블로그
로그인
[aws]docker 설치
정리맨
·
2022년 8월 1일
팔로우
0
aws docker 설치
ubuntu docker설치
0
sudo apt update
sudo apt install apt-transport-https
sudo apt install ca-certificates
sudo apt install curl
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
sudo apt install docker-ce
sudo systemctl status docker
sudo docker pull hello-world
sudo docker images
sudo docker run hello-world
출처 :
https://www.youtube.com/watch?v=PjgukGtZDmM
정리맨
ㅎㅎ
팔로우
이전 포스트
[linux] 백그라운드 적용 및 종료
다음 포스트
[aws] docker에 jupyter-notebook 설치
0개의 댓글
댓글 작성