mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #1678 from dotcloud/remove-incorrect-build-instructions
Remove incorrect build instructions
This commit is contained in:
commit
108b6c644b
1 changed files with 0 additions and 23 deletions
23
README.md
23
README.md
|
@ -163,29 +163,6 @@ supported.
|
||||||
* [Windows (with Vagrant)](http://docs.docker.io/en/latest/installation/windows/)
|
* [Windows (with Vagrant)](http://docs.docker.io/en/latest/installation/windows/)
|
||||||
* [Amazon EC2 (with Vagrant)](http://docs.docker.io/en/latest/installation/amazon/)
|
* [Amazon EC2 (with Vagrant)](http://docs.docker.io/en/latest/installation/amazon/)
|
||||||
|
|
||||||
Installing from source
|
|
||||||
----------------------
|
|
||||||
|
|
||||||
1. Install Dependencies
|
|
||||||
* [Go language 1.1.x](http://golang.org/doc/install)
|
|
||||||
* [git](http://git-scm.com)
|
|
||||||
* [lxc](http://lxc.sourceforge.net)
|
|
||||||
* [aufs-tools](http://aufs.sourceforge.net)
|
|
||||||
|
|
||||||
2. Checkout the source code
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone http://github.com/dotcloud/docker
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Build the ``docker`` binary
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cd docker
|
|
||||||
make VERBOSE=1
|
|
||||||
sudo cp ./bin/docker /usr/local/bin/docker
|
|
||||||
```
|
|
||||||
|
|
||||||
Usage examples
|
Usage examples
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue