1. 아래와 같이 도커 이미지 목록을 확인합니다. 크게 2가지 방법이 있습니다.

1-1. docker images

1
2
3
4
5
6
7
8
$ docker images
REPOSITORY                  TAG                 IMAGE ID            CREATED             SIZE
mysql                       5.7                 5fac85ee2c68        13 days ago         408MB
ubuntu                      latest              747cb2d60bbe        2 weeks ago         122MB
redis                       latest              1fb7b6c8c0d0        2 weeks ago         107MB
hello-world                 latest              05a3bd381fc2        6 weeks ago         1.84kB
teamlab/pydata-tensorflow   0.1                 7bdf5d7e0191        15 months ago       3.08GB
 
cs



1-2. docker image list

1
2
3
4
5
6
7
8
$ docker image list
REPOSITORY                  TAG                 IMAGE ID            CREATED             SIZE
mysql                       5.7                 5fac85ee2c68        13 days ago         408MB
ubuntu                      latest              747cb2d60bbe        2 weeks ago         122MB
redis                       latest              1fb7b6c8c0d0        2 weeks ago         107MB
hello-world                 latest              05a3bd381fc2        6 weeks ago         1.84kB
teamlab/pydata-tensorflow   0.1                 7bdf5d7e0191        15 months ago       3.08GB
 
cs



'Tools > Docker' 카테고리의 다른 글

Docker Toolbox 설치  (0) 2017.10.31
docker log 확인  (0) 2017.10.30
docker container 실행 중지  (0) 2017.10.30
[알림] The program 'mysql' can be found in the following packages  (0) 2017.10.30
docker CE 삭제  (0) 2017.10.19

+ Recent posts