Ken Cochrane
|
364f48d6c7
|
updated the rmi command docs, the had typos
|
2013-07-12 14:05:26 -04:00 |
|
Michael Crosby
|
d0c73c28df
|
Add param to api docs for verbose build output
|
2013-07-12 06:22:56 -09:00 |
|
Victor Vieux
|
8e6c249e48
|
Merge pull request #1197 from crosbymichael/buildfile-doc-ordering
Fix Docker Builder documentation section numbers
|
2013-07-12 05:27:47 -07: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 |
|
Michael Crosby
|
90483dc912
|
Fix Docker Builder documentation numbering
|
2013-07-11 16:41:19 -09:00 |
|
Michael Crosby
|
474191dd7b
|
Add verbose output to docker build
Verbose output is enabled by default and
the flag -q can be used to suppress the verbose output.
|
2013-07-11 15:27:33 -09:00 |
|
Guillaume J. Charmes
|
637eceb6a7
|
Merge pull request #1124 from crosbymichael/buildfile-volumes
+ Builder: Add VOLUME instruction to buildfile
|
2013-07-11 17:16:57 -07:00 |
|
Victor Vieux
|
fc3a8e409d
|
change tag -> repo name in build usage
|
2013-07-10 22:44:31 +00:00 |
|
Michael Crosby
|
eb9fef2c42
|
Add VOLUME instruction to buildfile
|
2013-07-10 06:59:16 -09:00 |
|
Solomon Hykes
|
a839b36e55
|
Fix outdated docs explaining how to setup a dev environment. Building docker with docker ftw
|
2013-07-09 16:48:16 -07:00 |
|
Andy Rothfusz
|
11998ae7d6
|
Fix installation link from welcome page.
|
2013-07-02 16:48:57 -07:00 |
|
Andy Rothfusz
|
96ab3c540d
|
Merge branch 'docs20130627' of github.com:metalivedev/docker into docs20130627
Conflicts:
docs/sources/concepts/manifesto.rst
docs/sources/index.rst
|
2013-07-02 15:10:07 -07:00 |
|
Andy Rothfusz
|
ff964d327d
|
Cleaning up the welcome page, terminology, and images.
|
2013-07-02 15:03:29 -07:00 |
|
Andy Rothfusz
|
4b8688f1e5
|
Fix broken quickstart link
|
2013-07-02 14:10:06 -07:00 |
|
Andy Rothfusz
|
55b5889a0f
|
Merge branch 'docs20130627' of github.com:metalivedev/docker into docs20130627
Conflicts:
docs/sources/concepts/manifesto.rst
|
2013-07-02 13:00:08 -07:00 |
|
Andy Rothfusz
|
dd4c6f6a09
|
Shortened lines to 80 columns
|
2013-07-02 12:09:57 -07:00 |
|
Andy Rothfusz
|
6058261a26
|
Clean up image text, minor updates to docs.
|
2013-07-02 12:09:57 -07:00 |
|
Andy Rothfusz
|
b461e4607d
|
Adding files for terms
|
2013-07-02 12:09:57 -07:00 |
|
Andy Rothfusz
|
d399f72098
|
Cleaning up the welcome page, terminology.
|
2013-07-02 12:09:57 -07:00 |
|
Andy Rothfusz
|
b47873c5ac
|
Clean up image text, minor updates to docs.
|
2013-07-01 16:37:13 -07:00 |
|
Andy Rothfusz
|
adf75d402a
|
Adding files for terms
|
2013-07-01 16:37:13 -07:00 |
|
Andy Rothfusz
|
cb1fdb2f03
|
Cleaning up the welcome page, terminology.
|
2013-07-01 16:37:13 -07:00 |
|
Guillaume J. Charmes
|
185a2fc55e
|
Merge pull request #1086 from crosbymichael/1008-image-entrypoint
+ Builder: Add Entrypoint to builder and container config
|
2013-07-01 13:33:12 -07:00 |
|
zettaset-kpelykh
|
aa9bec96b1
|
Issue #1087 Docker Java API client -- added java to Docker Remote API Client document
|
2013-07-01 11:28:40 -07: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
|
8dcc6a0280
|
fix status code in doc
|
2013-07-01 13:28:58 +00: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 |
|
Thatcher
|
e12a204bcc
|
Merge pull request #1028 from dhrp/bugfixes-on-docs
Bugfixes on documentation code
|
2013-06-27 19:01:13 -07:00 |
|
Gabriel Monroy
|
4fdf11b2e6
|
+ Runtime: mount volumes from a host directory with 'docker run -b'
|
2013-06-26 15:07:31 -07:00 |
|
Thatcher Peskens
|
73afc6311d
|
Bugfixes on docs
* fixed canonical link from index
* added http redirect from builder/basics
* fixed url in redirect_home
|
2013-06-25 15:31:22 -07:00 |
|
Tom Hulihan
|
d03edf12e4
|
Added Swipely's docker-api gem to the table of Remote API Client
Libraries.
|
2013-06-25 08:26:41 -04:00 |
|
Ken Cochrane
|
e2516c01b4
|
Merge pull request #932 from metalivedev/docs20130614
+ Documentation: Add terminology section
|
2013-06-24 10:39:25 -07:00 |
|
Victor Vieux
|
4d1692726b
|
merge master and add doc
|
2013-06-22 01:08:20 +02: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 |
|
Guillaume J. Charmes
|
169ef21de7
|
Remove deprecated INSERT from documentation
|
2013-06-21 14:12:52 -07:00 |
|
Guillaume J. Charmes
|
d0fa6927f8
|
Update api docs
|
2013-06-21 13:51:48 -07:00 |
|
Guillaume J. Charmes
|
070e1aec7e
|
Merge pull request #975 from unclejack/891-mark_command_as_optional
891 mark command as optional for docker run
|
2013-06-21 10:22:52 -07:00 |
|
Victor Vieux
|
42bcfcc927
|
add options to docker login
|
2013-06-21 10:00:25 +00:00 |
|
Victor Vieux
|
8f2a80804c
|
Merge branch 'master' into fix-auth
|
2013-06-21 09:18:03 +00:00 |
|
Victor Vieux
|
8e7d4cda07
|
fix doc post
|
2013-06-21 11:13:13 +02:00 |
|
unclejack
|
6a1279fb90
|
docs: mark command as optional for docker run
|
2013-06-21 11:07:14 +03:00 |
|
Solomon Hykes
|
352991bdf4
|
Merge branch 'simpler-build-upload' (#900) into builder_server-3 (#848)
|
2013-06-20 22:02:36 -07:00 |
|
Solomon Hykes
|
4383d7b603
|
Merge pull request #953 from rhysh/952-swapaccount-docs
- Documentation: fix inconsistent/outdated instructions for setting up "swapaccount"
|
2013-06-20 20:49:44 -07:00 |
|
Solomon Hykes
|
e43323221b
|
Merge branch 'master' into simpler-build-upload
Conflicts:
api.go
builder_client.go
commands.go
|
2013-06-20 14:19:09 -07:00 |
|
Solomon Hykes
|
cff2187a4c
|
Fixed API version numbers in api docs
|
2013-06-20 12:30:02 -07:00 |
|
Guillaume J. Charmes
|
fa68fe6ff3
|
Merge pull request #938 from dotcloud/add_unix_socket-feature
* Runtime: Add unix socket and multiple -H
|
2013-06-20 11:17:16 -07:00 |
|
Guillaume J. Charmes
|
659e846006
|
Merge branch 'master' into builder_server-3
Conflicts:
docs/sources/use/builder.rst
|
2013-06-20 10:27:12 -07:00 |
|