We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007dbe9 commit 3c0fcddCopy full SHA for 3c0fcdd
_posts/2023-07-15-docker 명령어 정리.md
@@ -1,11 +1,9 @@
1
-# docker 명령어 정리
2
1. 제거 과정
3
```
4
sudo apt-get remove docker docker-engine docker.io containerd runc
5
6
7
2. 도커 설치
8
-
9
10
sudo apt install apt-transport-https ca-certificates curl software-properties-common
11
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
0 commit comments