免責聲明

Disclaimer (免責聲明)
繼續閱覽代表您接受以上的免責聲明.
To continue reading means you accept the above disclaimer.

2015年3月13日 星期五

docker install by binary


//=== https://docs.docker.com/installation/binaries/

"""...
Get the docker binary:
$ wget https://get.docker.com/builds/Linux/x86_64/docker-latest -O docker
$ chmod +x docker

... you can also get the smaller compressed release file:
https://get.docker.com/builds/Linux/x86_64/docker-latest.tgz

Run the docker daemon
...
$ sudo ./docker -d &

....
Upgrades
To upgrade your manual installation of Docker, first kill the docker daemon:

$ killall docker

..."""



沒有留言:

張貼留言