Michael Crosby
ab351b68de
Merged 0.5.3 hotfix release back to master
...
Conflicts:
api.go
commands.go
network.go
Upstream-commit: 4947e32acb46051297a886c8cd2ff92a05283ab5
Component: engine
2013-08-13 23:47:29 +00:00
Michael Crosby
d7df5fa0e4
Merge pull request #1516 from unclejack/up_hack_dockerfile_go_version_to_1.1.2
...
use Go 1.1.2 for dockerbuilder
Upstream-commit: f1cdba29373cfd1a1da9133531b50a38d0f1ebe7
Component: engine
2013-08-13 14:50:12 -07:00
Andy Rothfusz
d208510d93
Merge pull request #1526 from metalivedev/1522-faqupdate
...
Added information about Docker's high level tools over LXC.
Upstream-commit: 0794f0b5181a5af9687b506e4c7c43ef5538d0fd
Component: engine
2013-08-13 13:57:47 -07:00
Andy Rothfusz
abcb5a7554
Added information about Docker's high level tools over LXC. Formatting cleanup. Mailing list cleanup.
...
Upstream-commit: e2409ad3376baeb36d1011732f7d7b1a239320ae
Component: engine
2013-08-13 13:45:07 -07:00
Guillaume J. Charmes
acf69f10ad
Merge pull request #1501 from KSid/vagrant-dev-dockerfile
...
Install websocket library before building docker
Upstream-commit: ca92bc77982c07f8f06208bdace13862d9d40e71
Component: engine
2013-08-13 12:16:30 -07:00
Michael Crosby
4f670d45e6
Merge pull request #1510 from dotcloud/bump_0.5.3
...
Bump to 0.5.3
Upstream-commit: 06a092bdb559ea97c9d46348d832f3b91d11d0a0
Component: engine
2013-08-13 10:41:57 -07:00
Michael Crosby
28a5a06a8d
Update changelog to include hostname commit
...
Upstream-commit: 5d25f3232c38d6a7ed31860948058b8ec1d95656
Component: engine
2013-08-13 17:36:24 +00:00
Guillaume J. Charmes
8b4336e30f
Fix TestEnv
...
Upstream-commit: 1a1c89556f3869baded68eb56ae20f8a7e90a708
Component: engine
2013-08-13 17:34:35 +00:00
Nolan
8a3b7335fe
Add hostname to the container environment.
...
Upstream-commit: 05219d6b52d8448fdad72f89b192d61480483aff
Component: engine
2013-08-13 17:30:21 +00:00
Guillaume J. Charmes
0a73c1d7a8
Merge pull request #1515 from dotcloud/rework_auth_push
...
* Registry: Improve auth push
Upstream-commit: 9cc3d7a18b7ab7d56ff0eca49c2b4db30dc1c5a6
Component: engine
2013-08-13 10:15:59 -07:00
unclejack
1a2d40b29b
use Go 1.1.2 for dockerbuilder
...
Upstream-commit: e09863fedb1b2fec4672d2d1ebad29ecdb8eed1a
Component: engine
2013-08-13 19:48:30 +03:00
Victor Vieux
15696699da
remove checkIfLogged
...
Upstream-commit: 2ba1300773857273585288c79aa65f011b045b4c
Component: engine
2013-08-13 14:02:49 +00:00
Victor Vieux
eb493ee13b
fix merge issue
...
Upstream-commit: 6cb908bb823409661bfedab806da924d232bf200
Component: engine
2013-08-13 13:35:34 +00:00
Michael Crosby
7847f341c4
Bump to 0.5.3
...
Upstream-commit: c3773740d982d62c5c478d3fb27aa4494383b11b
Component: engine
2013-08-12 23:55:42 +00:00
Steeve Morin
cc86282cc7
Handle ip route showing mask-less IP addresses
...
Sometimes `ip route` will show mask-less IPs, so net.ParseCIDR will fail. If it does we check if we can net.ParseIP, and fail only if we can't.
Fixes #1214
Fixes #362
Upstream-commit: 0ca133dd7681bb3af1d1de18a5ea6ed42142a11e
Component: engine
2013-08-12 23:46:26 +00:00
Guillaume J. Charmes
8e0a4e36d7
Make sure ENV instruction within build perform a commit each time
...
Upstream-commit: 68934878f1e707b126ab754d48ff6c6eb858b37e
Component: engine
2013-08-12 23:43:53 +00:00
Michael Crosby
daa3c2ba78
Revert "docker.upstart: avoid spawning a sh process"
...
This reverts commit 24dd50490a027f01ea086eb90663d53348fa770e.
Upstream-commit: ef1d1aefa73f71296911b0f5593e46a81c1f5c55
Component: engine
2013-08-12 23:35:23 +00:00
Daniel Mizyrycki
bd75d9f136
API, issue 1471: Allow users belonging to the docker group to use the docker client
...
Upstream-commit: c015d26e96e1f6ebee2a577468c747bf3d2aeeb9
Component: engine
2013-08-12 23:33:42 +00:00
Guillaume J. Charmes
82ad117950
Merge pull request #1485 from dotcloud/1471-unixsocket-group
...
* Runtime: API, issue 1471: Use groups for socket permissions
Upstream-commit: f6760fca88b35e879d308d88eeae15fa80aa7c98
Component: engine
2013-08-12 16:21:53 -07:00
Andy Rothfusz
62138d17f2
Merge pull request #1508 from pborreli/typos
...
Fixed typos
Upstream-commit: 90cb66f08d139079601dbbedf1fa9706d1bf5738
Component: engine
2013-08-12 15:17:02 -07:00
Daniel Mizyrycki
fdc7c648cb
API, issue 1471: Allow users belonging to the docker group to use the docker client
...
Upstream-commit: 999a8d72492c7937aa9f826406ae40158017f766
Component: engine
2013-08-12 15:16:49 -07:00
Andy Rothfusz
64cd837579
Merge pull request #1504 from zaiste/docs/postgresql-service
...
docs/postgresql: PostgreSQL service on Docker example
Upstream-commit: 13acf72a3e21fe1d1515deb6a421181817822086
Component: engine
2013-08-12 14:47:19 -07:00
Solomon Hykes
02df6403ea
Merge pull request #1488 from KSid/336-bash-completion
...
* Contrib: bash completion script
Upstream-commit: aa213b48a47ed7d8d331c47719325cc7fa1210ed
Component: engine
2013-08-12 11:50:25 -07:00
Pascal Borreli
efc4a51c0c
Fixed typos
...
Upstream-commit: 9b2a5964fc2067014f24e26bd2f99873751ebdc3
Component: engine
2013-08-12 18:53:06 +01:00
Guillaume J. Charmes
48e3692cf2
Merge pull request #1476 from dotcloud/improve_TestKillDifferentUser
...
* Tests: Improve TestKillDifferentUser to prevent timeout on buildbot
Upstream-commit: 1110bb8e9855ee58a913289d4333a5baeb72bd53
Component: engine
2013-08-12 10:23:08 -07:00
Victor Vieux
29a3aefa15
Merge pull request #1491 from titanous/gitignore-test
...
gitignore all test files
Upstream-commit: 168e2f8c498840ae3cb0d644ec692eaeaf51e280
Component: engine
2013-08-12 09:18:31 -07:00
Michael Crosby
a503d396c8
Merge pull request #1487 from titanous/maintainer-usernames
...
Add GitHub usernames to MAINTAINERS
Upstream-commit: 86ef6422f346154419ebde41ff51614f5141258b
Component: engine
2013-08-12 09:07:10 -07:00
Zaiste!
e65d5282fa
fix/docs: ubuntu instead of base, note about root-only
...
Upstream-commit: 3af60bf37565de35643c95eae9fd4ddc863c21fc
Component: engine
2013-08-12 15:30:52 +02:00
Ken Cochrane
692cd4a096
Merge pull request #1494 from KSid/typo-docs-run-command
...
* Documentation: Fix typo in docs for docker run -dns
Upstream-commit: edba1af3046665bb771636e333942b0acfa87668
Component: engine
2013-08-12 04:51:56 -07:00
Ken Cochrane
77c5165eea
Merge pull request #1499 from seldo/master
...
* Documentation: Adding a reference to ps -a
Upstream-commit: 875e16c11b90d3f897aef615a31dee7db0614ec7
Component: engine
2013-08-12 04:51:17 -07:00
Zaiste!
f87f880dcc
docs/postgresql: PostgreSQL service on Docker example
...
Upstream-commit: d52c1490753cb924aa2aeeefc92fbe7a985f4cd3
Component: engine
2013-08-12 12:03:43 +02:00
Victor Vieux
cfdc1ec57f
Merge pull request #1497 from vincentbernat/fix/ipv4-forwarding-detection
...
runtime: correctly detect IPv4 forwarding
Upstream-commit: 3f95d1b9bfca277995cfcc82b2bfe2f77a2648ea
Component: engine
2013-08-12 02:07:03 -07:00
Kawsar Saiyeed
c5aa8d03ec
Install websocket library before building docker
...
Upstream-commit: def9598ed968eac934699db1b8717f852652b1ef
Component: engine
2013-08-12 05:22:33 +01:00
Laurie Voss
1c6718b33c
Adding a reference to ps -a
...
It was confusing to me as a first-time user that my docker attach command failed; I was expecting the container to run continuously, and when I couldn't attach to it, I assumed something was wrong. ps -a shows that the container still exists, which gives the user confidence to go to the next step.
Upstream-commit: 529ee848da1f1dd4b628c3396289b4bcffdbd540
Component: engine
2013-08-11 17:27:47 -07:00
Vincent Bernat
8ef6c1627f
runtime: correctly detect IPv4 forwarding
...
When memory cgroup is absent, there was not attempt to detect if IPv4
forwarding was enabled and therefore, docker was printing a warning
for each command spawning a new container. The test for IPv4
forwarding was guarded by the test for memory cgroup.
Upstream-commit: 64b817a5c12545252d0cbb3d4ce1f23996bb266b
Component: engine
2013-08-11 11:52:16 +02:00
Michael Crosby
871898eda4
Merge pull request #1483 from titanous/update-authors
...
Update AUTHORS
Upstream-commit: 940d58806c3e3d4409a7eee4859335e98139d09f
Component: engine
2013-08-10 21:16:34 -07:00
Kawsar Saiyeed
01d6467840
Fix typo in docs for docker run -dns
...
Upstream-commit: a2fb870ce30d87aa7a08cca4c2e45c4d021c99c4
Component: engine
2013-08-11 02:04:04 +01:00
Kawsar Saiyeed
44ac0a0f19
Still missed -entrypoint from 'docker run'
...
Upstream-commit: e737856a7f2c92f6cb582a12cc6f0b9fb4720d5a
Component: engine
2013-08-11 01:29:22 +01:00
Kawsar Saiyeed
7380689cdd
Clarified bash completion limitations
...
Upstream-commit: ae1909b4823e500798f224a3ea70f7faf644a2bc
Component: engine
2013-08-11 01:08:47 +01:00
Kawsar Saiyeed
11a33ac4b8
Missed -entrypoint from 'docker run' options
...
Upstream-commit: d75282eb147218bb7c6f4032e75b95a1ddd299cf
Component: engine
2013-08-11 00:57:18 +01:00
Daniel Mizyrycki
fe6378861a
Merge pull request #1489 from dotcloud/1422-revert-upstart
...
Revert "docker.upstart: avoid spawning a `sh` process"
Upstream-commit: cd9886f0a873e2d5bfb0fe058b34e442a304bc3b
Component: engine
2013-08-10 11:07:21 -07:00
Jonathan Rudenberg
45d797043b
gitignore all test files
...
Upstream-commit: a43bae4c0b6f3ec632636be544a6816f5f62dcb0
Component: engine
2013-08-10 13:48:24 -04:00
Kawsar Saiyeed
0dd9388168
Add description and usage information
...
Upstream-commit: 91ae1358966211826818ed452f13e3e2e27ed6cc
Component: engine
2013-08-10 13:05:31 +01:00
Michael Crosby
ee79dd7602
Revert "docker.upstart: avoid spawning a sh process"
...
This reverts commit 24dd50490a027f01ea086eb90663d53348fa770e.
Upstream-commit: e3acbff2edd04c8a7211ea078b24745749021efc
Component: engine
2013-08-10 03:06:08 +00:00
Kawsar Saiyeed
dbd3da9a6b
Add initial bash completion script
...
The script can be used to auto-complete commands, image names and
container ids from within a bash prompt.
This partially resolves #336 .
Upstream-commit: d6e5c2c276de458f36034d46f7b7f0f8efd24491
Component: engine
2013-08-10 02:38:11 +01:00
Jonathan Rudenberg
33c7b64d8e
Add GitHub usernames to MAINTAINERS
...
Upstream-commit: 4dc04d7690a4d634d9afd93821bb8e78620c5f9f
Component: engine
2013-08-09 21:16:44 -04:00
Michael Crosby
85d9c3236a
Merge pull request #1484 from titanous/use-range
...
Use ranged for loop on channels
Upstream-commit: 3e12349831903a11c67a9ca40a0d566e428aa876
Component: engine
2013-08-09 18:06:12 -07:00
Jonathan Rudenberg
66d2ddf8c5
Use ranged for loop on channels
...
Upstream-commit: 7c50221de5ec1066f0f04d6db94ee9c2fef98efb
Component: engine
2013-08-09 20:42:20 -04:00
Michael Crosby
51ecc0b473
Merge pull request #1481 from titanous/fix-sprint
...
Fix typo: fmt.Sprint -> fmt.Sprintf
Upstream-commit: 3d63087f78ff2ace86d5ea0331e32418914438b8
Component: engine
2013-08-09 17:28:59 -07:00
Jonathan Rudenberg
99c7db4cc9
Update AUTHORS
...
Upstream-commit: 1408f08c40f73ccf0204334ceb44ac482c5641e9
Component: engine
2013-08-09 20:09:42 -04:00