mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed README formatting
This commit is contained in:
parent
cc3fece3f8
commit
81459a5afc
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
||||||
Docker
|
|
||||||
======
|
|
||||||
|
|
||||||
Setup instructions
|
Setup instructions
|
||||||
==================
|
==================
|
||||||
|
@ -20,9 +18,10 @@ Step by step host setup
|
||||||
2. Assume root identity on your newly installed environment (`sudo -s`)
|
2. Assume root identity on your newly installed environment (`sudo -s`)
|
||||||
3. Type the following commands:
|
3. Type the following commands:
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install lxc wget
|
apt-get install lxc wget
|
||||||
debootstrap --arch=amd64 quantal /var/lib/docker/images/ubuntu/
|
debootstrap --arch=amd64 quantal /var/lib/docker/images/ubuntu/
|
||||||
|
|
||||||
4. Download the latest version of the [docker binaries](https://dl.dropbox.com/u/20637798/docker.tar.gz) (`wget https://dl.dropbox.com/u/20637798/docker.tar.gz`)
|
4. Download the latest version of the [docker binaries](https://dl.dropbox.com/u/20637798/docker.tar.gz) (`wget https://dl.dropbox.com/u/20637798/docker.tar.gz`)
|
||||||
5. Extract the contents of the tar file `tar -xf docker.tar.gz`
|
5. Extract the contents of the tar file `tar -xf docker.tar.gz`
|
||||||
6. Launch the docker daemon `./dockerd`
|
6. Launch the docker daemon `./dockerd`
|
||||||
|
|
Loading…
Reference in a new issue