Solomon Hykes
c0b82bd807
Fix incorrect docs for 'docker build'
2013-06-18 12:52:37 -07:00
Guillaume J. Charmes
6e17cc45ea
Fix merge issue
2013-06-18 12:33:06 -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
Guillaume J. Charmes
808faa6371
* API: Send all tags on History API call
2013-06-18 10:31:07 -07:00
Andy Rothfusz
702c3538a4
Merge pull request #921 from dhrp/docs-redirects-and-fixes
...
Fixes on documentation. LGTM
2013-06-18 09:58:24 -07:00
Thatcher Peskens
3491d7d2f1
Fixed on documentation.
...
* replaced previously removed concepts/containers and concepts/introcution by a redirect
* moved orphan index/varable to workingwiththerepository
* added favicon to the layout.html
* added redirect_home which is a http refresh redirect. It works like a 301 for google
* fixed an issue in the layout that would make it break when on small screens
2013-06-17 20:16:56 -07:00
Guillaume J. Charmes
02a002d264
Update documentation
2013-06-17 18:41:13 -07:00
Guillaume J. Charmes
555552340d
Merge branch 'master' into builder_server-3
...
Conflicts:
buildfile_test.go
2013-06-17 14:01:32 -07:00
Solomon Hykes
6e2c32eb9a
Merge pull request #911 from dotcloud/add_port_redirection_doc
...
* Documentation: add port redirection doc
2013-06-17 13:57:08 -07:00
Solomon Hykes
cb58e63fc5
Typo
2013-06-17 14:28:04 -06:00
Solomon Hykes
8626598753
Added content to port redirect doc
2013-06-17 13:25:50 -07:00
Victor Vieux
36231345f1
add port redirection doc
2013-06-17 22:05:58 +02:00
Guillaume J. Charmes
78f86ea502
Merge branch 'master' into builder_server-3
...
Conflicts:
utils/utils.go
2013-06-14 17:08:39 -07:00
Guillaume J. Charmes
abf85b2508
Merge branch 'master' into remove_bsdtar
...
Conflicts:
docs/sources/contributing/devenvironment.rst
2013-06-14 14:34:30 -07:00
Andy Rothfusz
7958f1f694
Add examples for local import.
2013-06-14 13:42:59 -06:00
Guillaume J. Charmes
4a02c6dab1
Merge pull request #816 from unclejack/524-fix_aufs_links_related_warnings
...
524 fix aufs links related warnings
2013-06-14 12:32:47 -07:00
unclejack
fb7eaf67d1
add aufs-tools package to dev env docs page
2013-06-14 21:41:12 +03:00
Guillaume J. Charmes
79fe864d9a
Update docs
2013-06-14 10:58:16 -07:00
Victor Vieux
90f6bdd6e4
update docs, remove config file on 401
2013-06-14 13:38:51 +00:00
Victor Vieux
e49f82b9e1
update docs
2013-06-14 10:10:26 +00: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
Victor Vieux
c46382ba29
rebase master
2013-06-13 17:58:06 +00:00
Solomon Hykes
5ecfe13be9
Merge branch '610-improve_rmi-feature'
...
* Runtime: improved image removal to garbage-collect unreferenced parents
- Runtime: fixed image removal to cleanly remove tags and repositories
2013-06-12 20:30:07 -07:00
Andy Rothfusz
48897b5fa1
Merge pull request #845 from unclejack/841-update_docs_no_add_without_context
...
841 - docs: warn about the transmission of data to the docker daemon & ADD without context
2013-06-12 14:25:44 -07:00
Victor Vieux
f2383151cb
bump to master
2013-06-12 17:39:32 +00:00
Solomon Hykes
b4565af256
Merge branch 'master' of ssh://github.com/dotcloud/docker
2013-06-12 10:23:14 -07:00
Solomon Hykes
092c761cec
Merge pull request #853 from kencochrane/registry-api-1.1-fix
...
* Documentation: separate the registry and index API's into their own docs
2013-06-11 18:34:10 -07:00
Solomon Hykes
d64f105b44
Added a readme explaining the role of each API
2013-06-11 10:39:02 -07:00
Victor Vieux
20bf0e00e8
* Remote Api: Add flag to enable cross domain requests
2013-06-11 10:12:36 +00:00
Andy Rothfusz
ca4597e9d7
Add links to libraries, fix #800
2013-06-10 15:22:34 -07:00
Andy Rothfusz
eeea9ac946
Add list of Docker Remote API Client Libraries. Fixes #800 .
2013-06-10 15:17:27 -07:00
Victor Vieux
bcc4754dc1
Merge pull request #869 from fsouza/fix-api-docs
...
docs/api/remote: fix rst syntax in the "Search images" section
2013-06-10 14:21:39 -07:00
Victor Vieux
66d9a73362
rebump
2013-06-10 21:05:54 +00:00
Andy Rothfusz
5712e37437
Merge pull request #840 from dhrp/just-fixed-some-links
...
Fixed some links. Closes #839 #838 #835
2013-06-10 13:51:43 -07:00
Francisco Souza
b1ed75078e
docs/api/remote: fix rst syntax in the "Search images" section
2013-06-10 16:07:57 -03:00
Guillaume J. Charmes
8984aef899
Fix typo in docs
2013-06-10 09:32:31 -07:00
Guillaume J. Charmes
956491f853
Merge pull request #855 from samjsharpe/fix_missing_hyphen
...
Build from Dockerfile on stdin requires a hyphen
2013-06-07 13:04:27 -07:00
Sam J Sharpe
5e6cd21f8b
Build from Dockerfile on stdin requires a hypen
...
There is a missing hypen in the documentation:
`docker build < Dockerfile` will complain
`docker build - < Dockerfile` will not complain
2013-06-07 20:35:34 +01:00
Ken Cochrane
9e1cd37bbc
seperated the registry and index API's into their own docs
...
seperated the registry and index API's into their own docs and merged
in the index search api into the index api. Also renamed the original
registry api to registry_index_spec.
2013-06-07 13:42:52 -04: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
Daniel Mizyrycki
1cc4049e82
Merge pull request #827 from dotcloud/dev_environment_update
...
Update "Setting Up a Dev Environment" doc, with modern golang PPA and stable lxc kernel
2013-06-06 09:48:19 -07:00
Victor Vieux
a118ad90ed
changed to 12.04 and add kernel
2013-06-06 12:36:28 +00:00
Thatcher Peskens
0f23fb949d
Fixed some links
...
* Added Google group to FAQ on docs
* Changed IRC link
* Fixed link to contributing broken by 326faec
2013-06-05 18:06:51 -07:00
Thatcher
f1992eeea5
Merge pull request #817 from dhrp/blog-in-navigation
...
Modified the navigation in both website and documentaion to include the blog.
2013-06-05 17:28:19 -07:00
Victor Vieux
ce0041832c
bump to master
2013-06-05 15:30:45 +00:00
Victor Vieux
e3cc625315
update doc to newer go
2013-06-05 13:19:49 +00:00
Victor Vieux
6255112926
updated doc
2013-06-05 13:19:57 +02:00
Victor Vieux
c906239220
bump to master
2013-06-05 10:23:45 +00:00