우분투16 docker 설치

Jmnote (토론 | 기여)님의 2017년 8월 3일 (목) 16:38 판 (→‎확인)

1 개요

Get Docker CE for Ubuntu
우분투16 docker 설치

2 확인

root@zetawiki:~# docker -v
The program 'docker' is currently not installed. You can install it by typing:
apt install docker.io
root@zetawiki:~# apt list docker docker-engine docker.io
Listing... Done
docker/xenial 1.5-1 amd64
docker.io/xenial-updates 1.12.6-0ubuntu1~16.04.1 amd64

3 apt update

root@zetawiki:~# apt update
Hit:1 http://kr.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://kr.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://kr.archive.ubuntu.com/ubuntu xenial-security InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.

4 같이 보기

5 참고

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