Граф коммитов

136 Коммитов

Автор SHA1 Сообщение Дата
Solomon Hykes a056f1deec Merge pull request #924 from eliasp/remove-ifconfig-usage
* Documentation: replace `ifconfig` in docs with `iproute`
2013-06-19 13:20:35 -07:00
Thomas Hansen c88b763e80 use https repo url to clone for dev setup instructions
the git clone line in the dev setup instructions does not work as is, unless the user has write access
2013-06-19 11:38:58 -05:00
Andrew Munsell 1f8b679b18 Fix Mac OS X installation instructions URL 2013-06-18 19:19:07 -06:00
Guillaume J. Charmes ee5df76579 Merge pull request #885 from dotcloud/remove_bsdtar
* Runtime: Remove bsdtar dependency
2013-06-18 17:24:26 -07:00
Elias Probst c2e95997d4 Fixed #923 by replacing the usage of 'ifconfig' with 'ip a' where appropriate and added a note to use 'ip a' instead of 'ifconfig' for a screencast transscript. 2013-06-18 19:55:59 +02:00
Joseph Anthony Pasquale Holsten 2626d88a21 fix missing command in irc bouncer example 2013-06-17 14:50:58 -07:00
Guillaume J. Charmes 79fe864d9a Update docs 2013-06-14 10:58:16 -07:00
Sam Alba 04cca097ae Update README.md 2013-06-12 15:50:09 -06:00
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
Solomon Hykes 065eca9d4e Docker: the Linux container runtime 2013-03-17 19:09:51 -07:00
Silas Sewell 16f132b156 Fix docker run typo 2013-03-16 16:16:13 -04:00
Silas Sewell e190c27d10 Fix coffee typo 2013-03-16 15:19:58 -04:00
Solomon Hykes da47420af6 Removed unnecessary step in the README 2013-03-16 11:39:49 -07:00
Charles Hooper 7cc0a07524 Fix *other* typo in README 2013-03-15 04:29:10 +00:00
Charles Hooper 98a4d38eb4 Fix typo in README 2013-03-15 04:26:59 +00:00
Charles Hooper 8c83484bf2 Add AWS support for running Docker on AWS 2013-03-15 04:22:07 +00:00
Andy Rothfusz e614690f07 spelling fix 2013-03-13 16:06:57 -07:00
Solomon Hykes 8d5f683dc4 Fixed formatting in README 2013-03-13 12:00:13 -07:00
Solomon Hykes d614e91b62 Added usage exmaples to the README 2013-03-13 11:58:15 -07:00
Solomon Hykes baf6988d87 Updated README 2013-03-13 11:46:09 -07:00
Solomon Hykes 836e7b2881 Moved Vagrant guide to the wiki
Trying to keep the authoritative docs very small, so we can keep it correct and up-to-date.
2013-03-05 22:44:09 -08:00
Solomon Hykes 711e29fb9b Reorganized README
Moved Install instructions closer to the top.
2013-03-05 16:00:17 -08:00
Solomon Hykes 9f3b1a8ee0 Updated README: networking no longer "coming soon" 2013-03-05 15:58:27 -08:00
Solomon Hykes d372dacbc9 Updated install instructions and download links
- New binary download links
- Fixed incorrect install instructions
- Merged client and host install instructions
2013-03-01 17:21:26 -08:00
Solomon Hykes 003ec21d36 If curl is installed, 'docker pull' will use it to download images with a pretty progress bar. Otherwise it will fallback to regular http.Get() 2013-02-26 17:28:24 -08:00
Solomon Hykes f437f5b8b4 'docker pull' and 'docker put' automatically detect tar compression (gzip, bzip2 or uncompressed). -j and -z flags are no longer required. 2013-02-22 12:28:25 -08:00
Solomon Hykes dd96b6fccb Updated install instructions and requirements 2013-02-21 16:33:58 -08:00
Solomon Hykes 23e55d2755 More README tweaking 2013-02-13 15:10:39 -08:00
Solomon Hykes 0ea4f3cc76 Fine-tuning the README 2013-02-13 15:07:15 -08:00
Solomon Hykes 5e2cec7b4d Beefed up the README with down-to-earth material. Features, use cases, under the hood. 2013-02-13 14:58:32 -08:00
Niall O'Higgins 581a1f0edb spelling; 2013-02-03 22:04:38 -08:00
Niall O'Higgins 738ed60407 zap # 2013-02-03 22:04:07 -08:00
Niall O'Higgins 814bb505ca initial Vagrant & Puppet setup under Quantal64. 2013-02-03 22:02:41 -08:00
Solomon Hykes 63ce08107e Added cool image to the README 2013-02-01 13:00:41 -08:00
Solomon Hykes 0db56e6c51 Added 'Standard Container manifesto' to README 2013-02-01 12:57:02 -08:00
Joffrey F 81459a5afc Fixed README formatting 2013-01-31 19:01:18 -08:00
shin- cc3fece3f8 Added README file with setup instructions 2013-01-31 18:58:05 -08:00