49ffe42eb3
Merge pull request #238 from johncosta/42-contribution-guidelines
...
Contribution guidelines
Upstream-commit: c9a13147fe98c8b5b55eb28deca8147f10906012
Component: engine
2013-03-31 22:14:18 -07:00
3b20ce08e1
remove dulicated text and correct contributing link
...
Upstream-commit: bd3c6793a183b9b848e34312a0215cb9078f2240
Component: engine
2013-03-29 07:06:58 -04:00
84af23bd19
Fixed leftover from docs merge. Thanks @cespare for spotting!
...
Upstream-commit: 1d6929c8bc6cbc5ad63dce083869460b6bb377ad
Component: engine
2013-03-28 19:18:03 -07:00
8ff79b2c0d
Merging dhrp/docs
...
Upstream-commit: 48a208baf197c035c59ecd44d285fb3640107233
Component: engine
2013-03-28 19:12:58 -07:00
e2569478ab
Docs: Changed the url of the LEGO img to point to the one with copyright
...
Upstream-commit: d66de319bd1c66e04421c19e7fc25b825d94fe00
Component: engine
2013-03-28 17:09:36 -07:00
b0c9bfcaf7
Changed the lego illustration on /README.md to the version which contains the copyright in the image itself.
...
Upstream-commit: 32b58159cd0eedc9d6cd05e8d78b8519c5b690c7
Component: engine
2013-03-28 12:18:22 -07:00
8d4dfc89d5
Update README.md
...
Fixed typo
Upstream-commit: b3cbe87b62f00d0dcc207d4562c9dde99a708366
Component: engine
2013-03-28 02:55:28 -05:00
fe7f976896
Merged branch sa2ajj/top-level-makefile
...
Upstream-commit: d8dc6d4583a8bbe24c889f3a7dff749e4721fe2d
Component: engine
2013-03-27 11:50:01 -07:00
03507a21ae
Merge remote-tracking branch 'upstream/master' into HEAD
...
Conflicts:
README.md
Upstream-commit: 195208593d842b2a38d7ff7161b5897b4adaea42
Component: engine
2013-03-26 22:30:49 +00:00
da162485ea
Example of sharing an image in the README
...
Upstream-commit: 2664139da48d0c9f5ff20e2049242ce159301ed8
Component: engine
2013-03-26 13:07:06 -07:00
3970b67ac2
Added missing 'docker pull' to first example
...
Upstream-commit: 7f79fabaeeb642ae344c7ce1796034bc0021bbc1
Component: engine
2013-03-26 12:52:11 -07:00
e8f06ad0d1
allow for verbose output from go tools
...
Upstream-commit: 21f55419b73eaff72fe3383b4ee142b04e701372
Component: engine
2013-03-26 17:19:58 +02:00
983b656909
slightly re-phrase the build from source in README
...
Upstream-commit: a26c58e27ef5ab1b017097fd8fc75d778d7c9eef
Component: engine
2013-03-26 17:19:58 +02:00
fc4f69a147
introduce top-level Makefile to build the docker binary
...
Upstream-commit: 7009d6c6ddc2acc77e7caa227c08ecf29d747298
Component: engine
2013-03-26 17:19:54 +02:00
51a5ec940c
Updated README.md to prepare for docs merge
...
Upstream-commit: 022a1f99576679cee2d436f1593b3a388e3021a6
Component: engine
2013-03-25 18:46:13 -07:00
71b8d68708
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
```
Upstream-commit: 55c89087561e98eb2d4ce46b9d65c4e31f9297d8
Component: engine
2013-03-24 14:13:08 -07:00
21b7825620
Merge remote-tracking branch 'amesserl/raxcloud-support'
...
Conflicts:
Vagrantfile
Upstream-commit: bea7894166ad879a290650f8fa1ab06f9ca3cdb5
Component: engine
2013-03-24 10:16:50 +00:00
83b43f1105
No more dependency on sqlite
...
Upstream-commit: f43fbda2a464ba2ef26c88c25cdb933c144657f4
Component: engine
2013-03-23 16:17:01 -07:00
1de3f6e3ae
Adding support for the Rackspace Open Cloud
...
Upstream-commit: 95ad9e457388472e2c7f8175e0bf5444ba02a76a
Component: engine
2013-03-22 11:30:54 -05:00
c9dbc102a3
Deprecated 'docker run -a'. Containers are run in the foreground by default. '-d' enables detached mode
...
Upstream-commit: 841c7ac0f98c43c2d55fdac4148650e4d0118187
Component: engine
2013-03-22 20:46:14 -07:00
9fd966c650
Merge pull request #124 from donspaulding/master
...
Fix typos in the README
Upstream-commit: 936bd87a5217d43a0668787aadd61e40f5aa6159
Component: engine
2013-03-22 15:10:13 -07:00
d273626723
Fix numbering in README markdown.
...
Upstream-commit: d515e2b06c70a4132343da69a6a763ef626e7376
Component: engine
2013-03-21 21:46:00 -07:00
7461b49082
Markdown fixes in the readme.
...
Upstream-commit: 7566006d0de5d1da0ea7f0fa906483425391fbf8
Component: engine
2013-03-21 18:20:54 -07:00
b9bf4c8897
Typos in the README
...
Upstream-commit: 8ff60ddef488b8145c6afc2711656c44a11c11a0
Component: engine
2013-03-21 08:39:52 -05:00
232f5ef62c
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
$
```
Upstream-commit: 3bb176d8ae7f43ab0d1ca8e03b59f2f137f07530
Component: engine
2013-03-20 22:53:42 -07:00
c23224aff0
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
Upstream-commit: 2048354c8b72feb35eaa53dcc29e78a111e69cfb
Component: engine
2013-03-20 20:17:46 +00:00
3173c6dc8b
instructions to compile docker
...
Upstream-commit: 4389574aff5abc1dd49313ca5217f81210568ed9
Component: engine
2013-03-19 20:17:32 -07:00
5537bf1f7e
Update README.md
...
Upstream-commit: 2508b5cef9c5609d72ed9f2016d4cd3906429f20
Component: engine
2013-03-19 18:45:11 -07:00
a7be65df70
Contributing to Docker
...
Upstream-commit: 1480bff3a9149eb34b64e4f2d7d3a727298c640b
Component: engine
2013-03-17 19:32:06 -07:00
9c82c0dd2d
Moved Ubuntu install to the top
...
Upstream-commit: ac7fa37be3ac073f3ecb6df835c32c6dcbe53805
Component: engine
2013-03-17 19:10:47 -07:00
6060102aff
Docker: the Linux container runtime
...
Upstream-commit: 065eca9d4e4dd145b070786e4b497512bd659b58
Component: engine
2013-03-17 19:09:51 -07:00
329be44b1c
Fix docker run typo
...
Upstream-commit: 16f132b156f7d6827fbd0b43364661f0dea7497a
Component: engine
2013-03-16 16:16:13 -04:00
7fe15e6eda
Fix coffee typo
...
Upstream-commit: e190c27d10034d4c4ee286839351876bb4ec8dc2
Component: engine
2013-03-16 15:19:58 -04:00
0add032982
Removed unnecessary step in the README
...
Upstream-commit: da47420af67aa4faab95f3f7e5de8378905ec429
Component: engine
2013-03-16 11:39:49 -07:00
61a46c68a6
Fix *other* typo in README
...
Upstream-commit: 7cc0a07524cdc80a146a8f9ea74cfb59b1f6c414
Component: engine
2013-03-15 04:29:10 +00:00
c9e597d3a1
Fix typo in README
...
Upstream-commit: 98a4d38eb4a478280b2fbc7aa01c795b814b0138
Component: engine
2013-03-15 04:26:59 +00:00
6069c4c381
Add AWS support for running Docker on AWS
...
Upstream-commit: 8c83484bf26c54273bdaf080ebaf0428b04ec003
Component: engine
2013-03-15 04:22:07 +00:00
f1494e2aac
spelling fix
...
Upstream-commit: e614690f0753853b5d8440dfdd415d581a92d263
Component: engine
2013-03-13 16:06:57 -07:00
8e04b25bbd
Fixed formatting in README
...
Upstream-commit: 8d5f683dc47795f6797eb14b498149c612398bd2
Component: engine
2013-03-13 12:00:13 -07:00
1c95edd498
Added usage exmaples to the README
...
Upstream-commit: d614e91b62339d1960cf171c2436404bb1fa8806
Component: engine
2013-03-13 11:58:15 -07:00
bea2df9aa0
Updated README
...
Upstream-commit: baf6988d872be24130fc2923bef227f5365cbf1b
Component: engine
2013-03-13 11:46:09 -07:00
664b07c397
Moved Vagrant guide to the wiki
...
Trying to keep the authoritative docs very small, so we can keep it correct and up-to-date.
Upstream-commit: 836e7b2881b9257ecb31fc3bbd696af84e17730d
Component: engine
2013-03-05 22:44:09 -08:00
fe79db830e
Reorganized README
...
Moved Install instructions closer to the top.
Upstream-commit: 711e29fb9b56e9583f9a2730d4d5db21e9cd2105
Component: engine
2013-03-05 16:00:17 -08:00
9cfa2c197b
Updated README: networking no longer "coming soon"
...
Upstream-commit: 9f3b1a8ee05852fe41ddfba2b4765656d3e54805
Component: engine
2013-03-05 15:58:27 -08:00
ee6308efa8
Updated install instructions and download links
...
- New binary download links
- Fixed incorrect install instructions
- Merged client and host install instructions
Upstream-commit: d372dacbc9f4caf9743fe6c67c84c1e273faa663
Component: engine
2013-03-01 17:21:26 -08:00
ee05cc5bbc
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()
...
Upstream-commit: 003ec21d360b08d50b61834795692542fff295e2
Component: engine
2013-02-26 17:28:24 -08:00
0b5203d2cd
'docker pull' and 'docker put' automatically detect tar compression (gzip, bzip2 or uncompressed). -j and -z flags are no longer required.
...
Upstream-commit: f437f5b8b4a706d56f9a7cfba1dbc6b21e9a33f3
Component: engine
2013-02-22 12:28:25 -08:00
4979c2522b
Updated install instructions and requirements
...
Upstream-commit: dd96b6fccbe539f78c6957bacbbfaa3f048fdea1
Component: engine
2013-02-21 16:33:58 -08:00
3b7709c154
More README tweaking
...
Upstream-commit: 23e55d27555c07584fcd737d3f9a7fbb8c71eabf
Component: engine
2013-02-13 15:10:39 -08:00
25a4efb6b5
Fine-tuning the README
...
Upstream-commit: 0ea4f3cc765077559cd42f38dc24e71dfb330c29
Component: engine
2013-02-13 15:07:15 -08:00