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 |
|