Andy Rothfusz
e0d6bae1eb
Merge pull request #1789 from tommyblue/patch-1
...
Adds instruction about UDP port redirection
2013-09-04 18:14:34 -07:00
Victor Coisne
ad04cacd28
Add step to docker installation using vagrant (Mac, Linux)
2013-09-04 17:47:18 -07:00
Deni Bertovic
62823cfb97
fixed docs for installing binary
2013-09-05 00:06:41 +02:00
shin-
98edd0e751
Updated docs for API v1.5
2013-09-04 22:58:58 +02:00
shin-
34edbd4f7e
Merge branch '1357-implement-login-with-private-registry' of git://github.com/mhennings/docker into mhennings-1357-implement-login-with-private-registry
2013-09-04 22:26:55 +02:00
Elias Probst
396274fa6d
Typo
2013-09-04 21:56:51 +02:00
Tommaso Visconti
ad5796de9f
Adds instruction about UDP port redirection
2013-09-04 19:17:10 +02:00
Andy Rothfusz
58ea690b41
Merge pull request #1784 from proger/patch-1
...
add new docker api client for erlang, erldocker
2013-09-04 10:01:29 -07:00
Andy Rothfusz
3b92ab3465
Merge pull request #1783 from briehanlombaard/typos
...
Fixed typos
2013-09-04 10:00:10 -07:00
Andy Rothfusz
76f97a64fa
Merge pull request #1785 from thijsterlouw/update_commandline_cli
...
Fix documentation index for cli
2013-09-04 09:59:30 -07:00
Thijs Terlouw
368d0385e1
Fix documentation index for cli
2013-09-04 13:21:44 +02:00
Vladimir Kirillov
58ffd03bf1
add new docker api client for erlang, erldocker
2013-09-04 12:53:38 +03:00
Tianon Gravi
9ce1d02ef6
Add Gentoo documentation
2013-09-04 02:59:18 -06:00
Briehan Lombaard
251d1261b0
Fixed typos
2013-09-04 10:52:53 +02:00
Hector Castro
fac4cedcc1
Add a Docker example for running Riak.
2013-09-03 16:30:40 -04:00
Marco Hennings
fcee6056dc
Login against private registry
...
To improve the use of docker with a private registry the login
command is extended with a parameter for the server address.
While implementing i noticed that two problems hindered authentication to a
private registry:
1. the resolve of the authentication did not match during push
because the looked up key was for example localhost:8080 but
the stored one would have been https://localhost:8080
Besides The lookup needs to still work if the https->http fallback
is used
2. During pull of an image no authentication is sent, which
means all repositories are expected to be private.
These points are fixed now. The changes are implemented in
a way to be compatible to existing behavior both in the
API as also with the private registry.
Update:
- login does not require the full url any more, you can login
to the repository prefix:
example:
docker logon localhost:8080
Fixed corner corner cases:
- When login is done during pull and push the registry endpoint is used and
not the central index
- When Remote sends a 401 during pull, it is now correctly delegating to
CmdLogin
- After a Login is done pull and push are using the newly entered login data,
and not the previous ones. This one seems to be also broken in master, too.
- Auth config is now transfered in a parameter instead of the body when
/images/create is called.
2013-09-03 20:45:49 +02:00
Andy Rothfusz
75df4953f4
Merge pull request #1758 from mattapperson/patch-1
...
Added NodeJS library
2013-09-03 11:02:34 -07:00
Thijs Terlouw
6380b42edb
Add 2 missing cli commands to docs (events + insert) and alphabetically order docker output
2013-09-03 16:35:22 +02:00
Matt Apperson
e42d3a1bfa
Added NodeJS library
2013-08-31 22:13:15 -04:00
Andy Rothfusz
8ee4473d92
Merge pull request #1704 from dhrp/ubuntu-install-finger-fingerprint
...
added apt-key finger tip and fingerprint in ubuntu installation page
2013-08-30 16:15:19 -07:00
Andy Rothfusz
2ea19238ff
Merge pull request #1744 from dsissitka/patch-7
...
Updated "Use -> The Basics" to use ubuntu:12.10.
2013-08-30 10:44:54 -07:00
Morten Siebuhr
1a8a540209
Document FROM <image>:<tag> Dockerfile instruction.
2013-08-30 15:23:32 +02:00
Andy Rothfusz
110d3b7794
Merge pull request #1736 from ramonvanalteren/patch-1
...
Update python_web_app.rst
2013-08-29 18:36:53 -07:00
dsissitka
c0e95fa68a
Updated "Use -> The Basics" to use ubuntu:12.10.
...
ubuntu:latest doesn't have nc. ubuntu:12.10 does.
2013-08-29 21:05:18 -04:00
Andy Rothfusz
9b029a0854
Merge pull request #1739 from dotcloud/add-docs-dockerfile
...
Added a Dockerfile which installs all deps and builds the Docs
2013-08-29 17:42:17 -07:00
Nick Stinemates
c6702bebe1
added a Dockerfile which installs all deps and builds the docs.
2013-08-30 00:13:32 +00:00
Victor Vieux
050cf70136
Merge pull request #1721 from andrewmunsell/patch-2
...
Add privileged flag in documentation for container creation
2013-08-29 17:05:40 -07:00
Andy Rothfusz
0f91418b26
Merge pull request #1729 from dsissitka/patch-6
...
Fixed a minor syntax error.
2013-08-29 16:27:22 -07:00
Andy Rothfusz
c4394decf8
Merge pull request #1717 from metalivedev/1685-updateinstallation
...
Fix #1685 : Notes on production use. General installation cleanup.
2013-08-29 16:06:00 -07:00
Ramon van Alteren
559724ac35
Update python_web_app.rst
...
Fixed typo in the WEB_PORT command, missing sudo in front of docker command
2013-08-30 00:37:47 +02:00
Andy Rothfusz
c46d9933ec
Merge pull request #1727 from dsissitka/patch-5
...
Fixed a minor syntax error.
2013-08-29 11:05:22 -07:00
Andy Rothfusz
bcb081a269
Merge pull request #1708 from nexxy/patch-1
...
Update docker_remote_api_v1.4.rst
2013-08-29 10:22:05 -07:00
dsissitka
57892365ef
Fixed a minor syntax error.
2013-08-29 12:35:37 -04:00
dsissitka
075253238d
Fixed a minor syntax error.
2013-08-29 12:27:35 -04:00
Andrew Munsell
37a236947e
Add privileged flag in documentation for container creation
2013-08-28 22:18:47 -07:00
Emily Rose
c1f6914e43
Correct number of asterisks.
2013-08-28 20:01:18 -07:00
Andy Rothfusz
b1eae313ad
Fix #1685 : Notes on production use. General installation cleanup.
2013-08-28 17:26:10 -07:00
Victor Vieux
66ef6c0f6e
fix start doc
2013-08-28 16:40:00 +00:00
Kyle Conroy
9a60f36ccc
Merge branch 'master' of https://github.com/dotcloud/docker
2013-08-28 06:44:21 -07:00
Emily Rose
69a93b36d5
Update docker_remote_api_v1.4.rst
...
Fixed a (very serious) typo.
2013-08-28 04:12:37 -07:00
Thatcher Peskens
466a88b9a8
added apt-key finger tip and fingerprint in ubuntu installation page
2013-08-27 19:59:36 -07:00
Andy Rothfusz
dffb72ca89
Fix #621 : add new use/base images section. Include examples.
2013-08-27 18:49:43 -07:00
Andy Rothfusz
128893062b
Merge pull request #1698 from metalivedev/1684-Cleanup
...
Fix #1684 : Cleanup introduction, working with repos, "use" index.
2013-08-27 18:15:06 -07:00
Andy Rothfusz
c627ff6e20
Fix #1684 : Old Welcome is now Introduction. Working with Repos now follows Builder.
...
Clean up some doc build errors. Removed old Manifesto. Tweaked layout javascript
to allow direct link from first and last index elements.
2013-08-27 14:29:49 -07:00
Daniel Mizyrycki
f861c493bf
Troubleshooting windows installation section
2013-08-27 11:19:32 -07:00
Andy Rothfusz
5b84252c73
Merge pull request #1622 from TylerBrock/patch-2
...
Some fixes for MongoDB example
2013-08-26 17:28:38 -07:00
Tyler Brock
f352ec945f
ENTRYPOINT fixups
2013-08-26 19:17:26 -04:00
Andy Rothfusz
f7fa6c2b0b
Merge pull request #1671 from kim0/patch-3
...
Don't force a non-existent npm version, use latest from epel
2013-08-26 14:33:07 -07:00
kim0
843ef645d2
Don't force a non-existent npm version, use latest from epel
...
Not the smartest thing to do
2013-08-26 12:54:15 +03:00
Tobias Schwab
4440bde0eb
Change fetching of gpg key from http to https
...
Or was there any reason to fetch using http?
2013-08-26 11:45:15 +02:00