Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ubuntu
- pix2pix
- docker
- aws rds
- unsupervised learning
- AWS
- AWS Certificate
- git commit
- autoencoder
- anomaly detection
- CycleGAN
- Image to image translation
- DCGAN
- bash 명령어
- git log
- linux
- AnoGAN
- ubuntu mount
- ubuntu zsh
- EC2
- AWS EC2
- 말해보시개 딥러닝
- 쏴아리 딥러닝
- gan
- F-AnoGAN
- 말해보시개 Linux
- ubuntu grep
- bash vs zsh
- ubuntu pipe
- ubuntu 명령어
Archives
- Today
- Total
목록docker ps (1)
쏴아리의 딥러닝 스터디

docker 컨테이너 삭제, docker rm 안녕하세요. 쏴아리입니다. 오늘은 docker 컨테이너를 삭제하는 명령어인 docker rm에 대해서 포스팅 하였습니다. docker rm 사용하지 않는 컨테이너를 삭제할 때, docker rm 명령어를 사용합니다. 현재 컨테이너들의 목록을 확인하기 위하여 docker ps -a 명령어를 사용합니다. $docker ps -a 2개의 컨테이너가 있습니다. mycentos와 amazing_euclid의 이름을 갖고있네요. STATUS를 살펴보니, mycentos는 실행중인 상태(Up)이고, amazing_euclid는 정지 상태(Exited)입니다. docker rm 명령어를 통해 mycentos 컨테이너를 삭제 하겠습니다. $docker rm mycentos ..
Docker
2021. 6. 20. 17:11