Victor Vieux
f310b875f8
Merge branch 'master' of https://github.com/kencochrane/docker into kencochrane-master
2013-07-17 19:23:06 +00:00
Guillaume J. Charmes
18e91d5f85
Update docs
2013-07-16 10:14:21 -07:00
Ken Cochrane
364f48d6c7
updated the rmi command docs, the had typos
2013-07-12 14:05:26 -04:00
Victor Vieux
752f99e8a1
Merge pull request #977 from dotcloud/966-improve_docker_login_parameters-feature
...
* Client: Add options to docker login to be able to use it via script
2013-07-12 05:07:25 -07:00
Victor Vieux
9232d1ef62
Merge branch 'master' into list_container_processes-feature
2013-07-12 11:47:27 +00:00
Victor Vieux
11e28842ac
change to top
2013-07-01 15:19:42 +00:00
Michael Crosby
b16ff9f859
Add Entrypoint to builder and container config
...
By setting an entrypoint in the Dockerfile this
allows one to run an image and only pass arguments.
2013-07-01 05:34:27 -09:00
Victor Vieux
3b5ad44647
rebase master
2013-07-01 12:31:16 +00:00
Victor Vieux
8589fd6db8
Add doc
2013-06-28 18:05:41 +02:00
Gabriel Monroy
4fdf11b2e6
+ Runtime: mount volumes from a host directory with 'docker run -b'
2013-06-26 15:07:31 -07:00
Guillaume J. Charmes
de1a5a75cc
Merge pull request #848 from dotcloud/builder_server-3
...
Improve Docker build
2013-06-21 14:55:08 -07:00
Victor Vieux
42bcfcc927
add options to docker login
2013-06-21 10:00:25 +00:00
unclejack
6a1279fb90
docs: mark command as optional for docker run
2013-06-21 11:07:14 +03:00
Guillaume J. Charmes
84ceeaa870
Update documentaiton
2013-06-18 14:36:35 -07:00
Guillaume J. Charmes
78f86ea502
Merge branch 'master' into builder_server-3
...
Conflicts:
utils/utils.go
2013-06-14 17:08:39 -07:00
Andy Rothfusz
7958f1f694
Add examples for local import.
2013-06-14 13:42:59 -06:00
Guillaume J. Charmes
4b4918f2a7
Merge branch 'master' into builder_server-3
...
Conflicts:
buildfile.go
commands.go
docs/sources/api/docker_remote_api.rst
2013-06-13 18:11:22 -07:00
Guillaume J. Charmes
8984aef899
Fix typo in docs
2013-06-10 09:32:31 -07:00
Guillaume J. Charmes
2cc22de696
Update documentation for docker build
2013-06-06 16:48:36 -07:00
unclejack
4b3a381f39
docs: build: ADD copies just needed data w/ full path
2013-06-07 00:39:43 +03:00
unclejack
efa7ea592c
docs: warn about build data tx & ADD w/o context
...
This updates the documentation to mention that:
1. a lot of data may get sent to the docker daemon if there is a lot of
data in the directory passed to docker build
2. ADD doesn't work in the absence of the context
3. running without a context doesn't send file data to the docker
daemon
4. explain that the data sent to the docker daemon will be used by ADD
commands
2013-06-06 22:06:12 +03:00
Guillaume J. Charmes
28d5b2c15a
Update docker build docs
2013-05-30 12:35:19 -07:00
Guillaume J. Charmes
92939569ab
Update build doc
2013-05-29 11:53:44 -07:00
Guillaume J. Charmes
d97fff60a9
Update docker build docs
2013-05-29 11:50:49 -07:00
Andreas Tiefenthaler
9e0427081e
Fixing two typos in the run help
2013-05-23 18:09:59 +03:00
rogaha
18cb5c9314
added/modifed tittle, description and keywords
...
changed the title prefix to sufix + Documentation
2013-05-22 17:52:48 -07:00
Jérôme Petazzoni
6f3e868a7b
Merge branch 'master' of github.com:dotcloud/docker into 471-cpu-limit
2013-05-10 14:44:50 -07:00
Thatcher Peskens
0f4469c2b1
Moved the static website html pages to their own folder under docs.
...
This should make previewing documentation easier.
Also updated the Makefile to now copy the theme dir into the _build/website/ dir. Make connect and Make push work.
2013-05-08 17:05:46 -07:00
Jérôme Petazzoni
e36752e033
if -c is not specified, do not set cpu.shares (instead of using the default value of 1024)
2013-05-07 11:43:45 -07:00
Jérôme Petazzoni
efd9becb78
implement "-c" option to allocate a number of CPU shares to a container
2013-05-07 11:16:30 -07:00
shin-
82513815f1
Added actual doc file
2013-05-07 10:31:55 -07:00
Guillaume J. Charmes
8472a27e80
Merge pull request #497 from justone/dot-graph-images
...
+ images: output graph of images to dot (graphviz)
2013-05-06 17:48:07 -07:00
Guillaume J. Charmes
bbb634a980
Add doc for the builder
2013-05-06 16:01:00 -07:00
Nate Jones
359ecf88de
add doc for images -viz
2013-05-03 21:12:43 -07:00
Guillaume J. Charmes
1617a18258
Fix typo for command run docs
2013-05-02 12:11:57 -07:00
Guillaume J. Charmes
21b9dcd518
Update docs for Command Run
2013-05-02 09:26:29 -07:00
Guillaume J. Charmes
c20e46587d
Update commandline Commit doc
2013-05-01 15:43:02 -07:00
Mikhail Sobolev
cf8b8c1969
move each command description into a separate document
2013-04-03 15:55:18 +03:00