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
shin-
8d4282cd36
Remove CR/NL from description in docker CLI. Also moved description shortening to the client
2013-06-07 06:09:24 -07:00
Guillaume J. Charmes
1e0738f63f
Make the progressbar human readable
2013-06-06 18:42:52 -07:00
Guillaume J. Charmes
f355d33b5f
Make the progressbar take the image size into consideration
2013-06-06 18:16:16 -07:00
Solomon Hykes
968e08a9ba
Merge branch 'master' of ssh://github.com/dotcloud/docker
2013-06-07 02:41:08 +02:00
Guillaume J. Charmes
2cc22de696
Update documentation for docker build
2013-06-06 16:48:36 -07:00
Guillaume J. Charmes
12c9b9b3c9
Implement build from git
2013-06-06 16:41:41 -07:00
Guillaume J. Charmes
a11e61677c
Move the docker build URL form client to server, prepare for GIT support
2013-06-06 16:09:46 -07:00
Guillaume J. Charmes
01f446e908
Allow to docker build URL
2013-06-06 15:56:09 -07:00
Guillaume J. Charmes
f4a4cfd2cc
Move isUrl to utils.IsURL
2013-06-06 15:50:09 -07:00
Guillaume J. Charmes
eaa2183d77
Fix issue EXPOSE override CMD within builder
2013-06-06 15:48:12 -07:00
Guillaume J. Charmes
31d2b258c1
Allow remote url to be passed to the ADD instruction within the builder
2013-06-06 15:40:46 -07:00
unclejack
4b3a381f39
docs: build: ADD copies just needed data w/ full path
2013-06-07 00:39:43 +03:00
Solomon Hykes
56473d4cce
Typo in MAINTAINERS file
2013-06-06 22:52:55 +02: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
afd325a884
Solve an issue with the -dns in daemon mode
2013-06-06 11:01:29 -07:00
Guillaume J. Charmes
a3f6054f97
Check for local dns server and output a warning
2013-06-06 11:01:09 -07:00
Sam Alba
da937bf214
Update README.md
2013-06-06 11:09:11 -06:00
Solomon Hykes
42b63eb818
Daniel Mizyrycki is maintainer of dockerbuilder, the official build environment for docker binary releases
2013-06-06 19:06:54 +02:00
Solomon Hykes
0d6db333d6
docker-build contrib script is deprecated by the new 'build' command
2013-06-06 19:05:21 +02:00
Solomon Hykes
3999465c85
Merge branch 'master' of ssh://github.com/dotcloud/docker
2013-06-06 19:04:17 +02: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
4107701062
add [] and move errors to stderr
2013-06-06 15:45:08 +00:00
Victor Vieux
a799cdad3e
allow multiple params in inspect
2013-06-06 15:22:54 +00: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
Guillaume J. Charmes
84d68007cb
Add -dns to docker daemon
2013-06-05 14:20:54 -07:00
Victor Vieux
bf63cb9045
bump to master again
2013-06-05 16:01:36 +00:00
Victor Vieux
ce0041832c
bump to master
2013-06-05 15:30:45 +00:00
Solomon Hykes
97d5f525f4
hack/PRINCIPLES.md: a list of principles guiding Docker's design. The goal is to scale the decision-making in the project and remove @shykes as a bottleneck as much as possible
2013-06-05 17:27:53 +02:00
Solomon Hykes
2ea29ce0ef
hack/ROADMAP.md: a high-level roadmap. Make a pull request to suggest changes
2013-06-05 17:26:26 +02:00
Solomon Hykes
068076f775
Merge pull request #822 from lopter/master
...
* Client: Print the container id before the hijack in `docker run` (see also #804 )
2013-06-05 08:08:30 -07:00
Solomon Hykes
34c8b24211
Merge pull request #812 from dotcloud/809-progress_message-fix
...
* Remote API: Fix progress message in client
2013-06-05 07:27:31 -07:00
Victor Vieux
e3cc625315
update doc to newer go
2013-06-05 13:19:49 +00:00
Victor Vieux
f67ea78cce
move xino stuff to /dev/shm
2013-06-05 12:59:05 +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
Victor Vieux
b4682e6707
bump to master
2013-06-05 10:19:51 +00:00
Solomon Hykes
04050c4173
Merge pull request #818 from johncosta/ubuntu-1304-add-apt-repository
...
Remove provider specifc language
2013-06-05 02:40:09 -07:00
Louis Opter
7e6ede6379
Print the container id before the hijack in `docker run` (see also #804 )
...
This is useful when you want to get the container id before you start to
interact with stdin (which is what I'm doing in dotcloud/sandbox).
2013-06-04 15:32:59 -07:00
Guillaume J. Charmes
63e80384ea
Fix nil pointer on some situatuion
2013-06-04 14:35:32 -07:00
Guillaume J. Charmes
7ef9833dbb
Put back panic for go1.0.3 compatibility
2013-06-04 14:26:40 -07:00
Guillaume J. Charmes
c1ee9bf881
Merge pull request #808 from dotcloud/795-lintify
...
Cleanup source
2013-06-04 14:20:38 -07:00
John Costa
c000ef194c
Remove provider specifc language
2013-06-04 16:01:38 -04:00
Ken Cochrane
479ac9afa7
Merge pull request #802 from johncosta/ubuntu-1304-add-apt-repository
...
- Documentation: adding missing dependency to the ubuntu linux install page.
2013-06-04 11:55:34 -07:00
Thatcher Peskens
716892b95d
Modified the navigation in both website and documentaion to include the Blog.
2013-06-04 11:41:54 -07:00
Thatcher
d7a6485dfe
Merge pull request #796 from dhrp/added-and-fixed-links
...
Added and fixed some links (closes #502 )
2013-06-04 11:28:40 -07:00
Victor Vieux
fd224ee590
linted names
2013-06-04 18:00:22 +00:00
Victor Vieux
3922691fb9
fix progress message in client
2013-06-04 16:09:08 +00:00