Changes between Initial Version and Version 1 of jazz/15-02-23


Ignore:
Timestamp:
Feb 23, 2015, 6:09:44 PM (9 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/15-02-23

    v1 v1  
     1= 2015-02-23 =
     2
     3== Docker ==
     4
     5 * 搭建私人的 Docker Regristry
     6 * [參考] https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-docker-registry-on-ubuntu-14-04
     7 * [參考] https://beingasysadmin.wordpress.com/2015/01/14/setting-up-docker-private-registry/
     8 * [步驟]
     9{{{
     10jazz@Workshop:~$ sudo apt-get -y install build-essential python-dev libevent-dev python-pip liblzma-dev
     11jazz@Workshop:~$ sudo pip install docker-registry
     12}}}