티스토리 뷰

System/ubuntu

[UBUNTU22.04]DOCKER 설치

Mr.Kang 2023. 10. 20. 00:33

1. 필요 패키지 설치

root~# apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common

 

2. GPG 키 추가

root~# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

 

3. DOCKER Repository 추가

root~# add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

 

4.  DOCKER 설치

root~# apt-get install docker-ce docker-ce-cli containerd.io

 

5. DOCKER 시스템 등록 및 상태확인

root~# systemctl enable docker

root~# systemctl status docker

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함