우분투16 docker-compose 설치

우분투16 docker-compose 설치
apt install docker-compose

1 확인[ | ]

root@zetawiki:~# docker-compose -v
The program 'docker-compose' is currently not installed. You can install it by typing:
apt install docker-compose
root@zetawiki:~# apt list docker-compose -a
Listing... Done
docker-compose/xenial-updates,xenial-updates 1.8.0-2~16.04.1 all
docker-compose/xenial,xenial 1.5.2-1 all

2 설치[ | ]

root@zetawiki:~# apt install docker-compose
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  python-backports.ssl-match-hostname python-cached-property python-chardet python-docker
  python-dockerpty python-docopt python-funcsigs python-functools32 python-jsonschema
  python-mock python-ndg-httpsclient python-pbr python-requests python-texttable
  python-urllib3 python-websocket python-yaml
Suggested packages:
  python-funcsigs-doc python-mock-doc python-ntlm
Recommended packages:
  docker.io
The following NEW packages will be installed:
  docker-compose python-backports.ssl-match-hostname python-cached-property
  python-chardet python-docker python-dockerpty python-docopt python-funcsigs
  python-functools32 python-jsonschema python-mock python-ndg-httpsclient python-pbr
  python-requests python-texttable python-urllib3 python-websocket python-yaml
0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
Need to get 610 kB/844 kB of archives.
After this operation, 3,765 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial/universe amd64 python-cached-property all 1.3.0-1 [6,976 B]
Get:2 http://kr.archive.ubuntu.com/ubuntu xenial/universe amd64 python-backports.ssl-match-hostname all 3.4.0.2-1 [6,258 B]
Get:3 http://kr.archive.ubuntu.com/ubuntu xenial/universe amd64 python-websocket all 0.18.0-2 [165 kB]
... (생략)
Setting up python-texttable (0.8.1-1) ...########################################......] 
Setting up python-yaml (3.11-3build1) ...#########################################.....] 
Setting up docker-compose (1.8.0-2~16.04.1) ...#####################################...] 
Setting up python-ndg-httpsclient (0.4.0-3) ...######################################..]

3 확인 2[ | ]

root@zetawiki:~# apt list docker-compose -a
Listing... Done
docker-compose/xenial-updates,xenial-updates,now 1.8.0-2~16.04.1 all [installed]
docker-compose/xenial,xenial 1.5.2-1 all
root@zetawiki:~# docker-compose -v
docker-compose version 1.8.0, build unknown

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}