티스토리 뷰
Install Docker on Ubuntu 14.04 LTS
1. Check current kernel version use uname -r
uname -r 3.19.0-25-generic
2. Update apt source.
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
3. Open /etc/apt/sources.list.d/docker.list file and Remove existing entries.
vi /etc/apt/sources.list.d/docker.list
if the file doesn't exist, create it.
4. Add below enties.
deb https://apt.dockerproject.org/repo ubuntu-trusty main
5. Save and close.
6. Update Ubuntu pakage
Docker#apt-get update
7. install both the required and optional packages.
Docker#apt-get install linux-image-generic-lts-trusty
8. reboot your host
Docker#reboot
Install Docker
1. Login your Ubuntu Host, as a root or user with sudo privileges.
apt-get update
2. Install Docker
apt-get install docker-engine
3. Verifi Docker Service running.
service docker start start: Job is already running: docker docker -v Docker version 1.9.1, build a34a1d5
참고 : https://docs.docker.com/engine/installation/ubuntulinux/
'Docker' 카테고리의 다른 글
| Stop / Remove all Docker Containers. (0) | 2016.01.20 |
|---|
- Total
- Today
- Yesterday
- GUI
- Fortigate
- Network
- Linux
- pyqt
- ccnp
- Elk
- Security
- ldap
- 개발
- 코딩
- ccna
- nms
- Python
- EVE
- maximum shards open error
- NTOP
- 파이선
- switch
- CentOS
- Kibana
- EVE-ng
- Ntopng
- routing
- ubuntu
- ccie
- ELASTIC
- Logstash
- Elasticsearch
- CISCO
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |