Tobias Bieniek
37c20fa64b
Fixed broken link in README
2013-06-10 19:03:54 +03:00
Sam Alba
da937bf214
Update README.md
2013-06-06 11:09:11 -06:00
Thatcher Peskens
f008d1107c
Fix broken image on README, closes #680
2013-05-22 16:04:33 -07:00
Kiran Gangadharan
0b785487fe
Fixed typos
2013-05-19 21:04:34 +05:30
Jonas Pfenniger
a47d8799b1
Fixes the README build example to make it work
2013-05-11 23:50:06 +01:00
Alexey Shamrin
c718eb282b
README: fix Markdown formatting
2013-05-07 17:57:26 +04:00
Solomon Hykes
2ac7298e4e
Bring back lego picture
2013-05-06 12:24:44 -07:00
Solomon Hykes
1561232261
First draft of new README. Feedback and contributions welcome!
2013-05-04 19:47:57 -07:00
Alexey Shamrin
038e1d174b
README.md: `docker port` instead of just `port`
2013-04-23 00:27:23 +04:00
Solomon Hykes
d49a273071
Moved 'under the hood' below install instructions and examples in README
2013-04-20 17:33:02 -07:00
Solomon Hykes
28831a412f
Link to public images list in the README
2013-04-20 17:29:41 -07:00
Solomon Hykes
70cf467fdf
Removed duplicate ubuntu binary install instructions from README
2013-04-20 17:29:12 -07:00
Solomon Hykes
c40f01319f
Cleaned up install instructions in the README
...
* Addded quick install on ubuntu as the 1st install option
* Grouped other binary installs under "binary installs"
* Removed duplicate binary ubuntu installs (linked to the docs)
* Improved "build from source" instructions
2013-04-20 17:26:50 -07:00
Solomon Hykes
e8a67f632e
Cleanup examples on README
2013-04-18 22:37:45 -07:00
Solomon Hykes
3d2fd8a650
Small wording fix in README
2013-04-18 22:24:52 -07:00
Solomon Hykes
79a78d37e7
Add examples to the README
2013-04-18 22:24:29 -07:00
Solomon Hykes
3ae5c45d9a
Fix examples in README to no longer rely on standalone mode
2013-04-18 22:22:00 -07:00
Solomon Hykes
fc72a809c1
Remove unneeded dependencies from README
2013-04-16 12:10:16 -07:00
Guillaume J. Charmes
2e6a5bc7ee
Update README with escape sequence
2013-04-09 12:55:26 -07:00
Sridhar Ratnakumar
27feba4594
make the service example work
...
issue #98 requires connecting to localhost (which `hostname` may resolve to) will not work.
2013-04-07 00:41:24 -07:00
Solomon Hykes
c9a13147fe
Merge pull request #238 from johncosta/42-contribution-guidelines
...
Contribution guidelines
2013-03-31 22:14:18 -07:00
John Costa
bd3c6793a1
remove dulicated text and correct contributing link
2013-03-29 07:06:58 -04:00
Solomon Hykes
1d6929c8bc
Fixed leftover from docs merge. Thanks @cespare for spotting!
2013-03-28 19:18:03 -07:00
Solomon Hykes
48a208baf1
Merging dhrp/docs
2013-03-28 19:12:58 -07:00
Julien Barbier
d66de319bd
Docs: Changed the url of the LEGO img to point to the one with copyright
2013-03-28 17:09:36 -07:00
Thatcher Peskens
32b58159cd
Changed the lego illustration on /README.md to the version which contains the copyright in the image itself.
2013-03-28 12:18:22 -07:00
mynamewastaken
b3cbe87b62
Update README.md
...
Fixed typo
2013-03-28 02:55:28 -05:00
Solomon Hykes
d8dc6d4583
Merged branch sa2ajj/top-level-makefile
2013-03-27 11:50:01 -07:00
Charles Hooper
195208593d
Merge remote-tracking branch 'upstream/master' into HEAD
...
Conflicts:
README.md
2013-03-26 22:30:49 +00:00
Solomon Hykes
2664139da4
Example of sharing an image in the README
2013-03-26 13:07:06 -07:00
Solomon Hykes
7f79fabaee
Added missing 'docker pull' to first example
2013-03-26 12:52:11 -07:00
Mikhail Sobolev
21f55419b7
allow for verbose output from go tools
2013-03-26 17:19:58 +02:00
Mikhail Sobolev
a26c58e27e
slightly re-phrase the build from source in README
2013-03-26 17:19:58 +02:00
Mikhail Sobolev
7009d6c6dd
introduce top-level Makefile to build the docker binary
2013-03-26 17:19:54 +02:00
dhrp
022a1f9957
Updated README.md to prepare for docs merge
2013-03-25 18:46:13 -07:00
Sridhar Ratnakumar
55c8908756
`docker import` doesn't download an image
...
```
$ docker import base
Downloading from http://base
Error: Get http://base : lookup base: no such host
```
only `docker pull` does:
```
$ docker pull base
Pulling base...
Pulling repo: https://registry.docker.io/v1/users/base
Pull completed
```
2013-03-24 14:13:08 -07:00
Charles Hooper
bea7894166
Merge remote-tracking branch 'amesserl/raxcloud-support'
...
Conflicts:
Vagrantfile
2013-03-24 10:16:50 +00:00
Solomon Hykes
f43fbda2a4
No more dependency on sqlite
2013-03-23 16:17:01 -07:00
Antony Messerli
95ad9e4573
Adding support for the Rackspace Open Cloud
2013-03-22 11:30:54 -05:00
Solomon Hykes
841c7ac0f9
Deprecated 'docker run -a'. Containers are run in the foreground by default. '-d' enables detached mode
2013-03-22 20:46:14 -07:00
Solomon Hykes
936bd87a52
Merge pull request #124 from donspaulding/master
...
Fix typos in the README
2013-03-22 15:10:13 -07:00
Caleb Spare
d515e2b06c
Fix numbering in README markdown.
2013-03-21 21:46:00 -07:00
Caleb Spare
7566006d0d
Markdown fixes in the readme.
2013-03-21 18:20:54 -07:00
Don Spaulding
8ff60ddef4
Typos in the README
2013-03-21 08:39:52 -05:00
Sridhar Ratnakumar
3bb176d8ae
remove ! from command line
...
bash does not like it
```
$ JOB=$(docker run base /bin/sh -c "while true; do echo Hello world!; sleep 1; done")
bash: !: event not found
$
```
2013-03-20 22:53:42 -07:00
termie
2048354c8b
update the dev requirements in readme
...
a little pedantic, perhaps, but on a fresh precise image from vagrant I
still needed these two packages to run the commands following it
2013-03-20 20:17:46 +00:00
Sridhar Ratnakumar
4389574aff
instructions to compile docker
2013-03-19 20:17:32 -07:00
Jeremy Grosser
2508b5cef9
Update README.md
2013-03-19 18:45:11 -07:00
Solomon Hykes
1480bff3a9
Contributing to Docker
2013-03-17 19:32:06 -07:00
Solomon Hykes
ac7fa37be3
Moved Ubuntu install to the top
2013-03-17 19:10:47 -07:00