Conversation
Fix moby#8262: check tag's validity before building.
add wildcard support to COPY/ADD (part 2 of issue moby#6820)
Update google.md to point to latest container-vm version
The list of events that 'grep' told me about
Docker-DCO-1.1-Signed-off-by: Brian Goff <[email protected]> (github: cpuguy83)
Remove nameserver 127.0.0.1 line rather then dumping resolv.conf
Signed-off-by: Jean-Paul Calderone <[email protected]>
…alue. Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
builder: Fix CMD to inject /bin/sh -c when provided with a non-json value
Fix error paring null JSON - Issue7941
This new version makes sure that the same context is used for the two builds run in the test. If you don't use the same build then about 1/2 the time the file copied into the container will look like a different file, probably due to timestamp differences. But reusing the same context we re-use the same file on disk and therefore avoid the change in timestamps, and we use the cache on the 2nd build. Signed-off-by: Doug Davis <[email protected]>
Changes summary:
* Added available USE flags table(description included).
* Added some tips regarding the use of docker in the Gentoo environment.
* Sorted out docker installation ways.
* Added information about the newly created Gentoo Docker team.
* Misc improvements
Signed-off-by: Pavlos Ratis <[email protected]>
…#3636 Plus some edits as suggested by @jamtur01 Closes moby#3636 Signed-off-by: Doug Davis <[email protected]>
Signed-off-by: Michael Crosby <[email protected]>
improve docs for Gentoo Linux installation
Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Przemek Hejman <[email protected]>
Fixes the new testcase for PR moby#8230
This also removes dead code in the native driver for a past feature that was never fully implemented. Signed-off-by: Michael Crosby <[email protected]>
Libtrust key management
Signed-off-by: Scott Collier <[email protected]>
Strongly type exec driver context
…guration
security-opts will allow you to customise the security subsystem.
For example the labeling system like SELinux will run on a container.
--security-opt="label:user:USER" : Set the label user for the container
--security-opt="label:role:ROLE" : Set the label role for the container
--security-opt="label:type:TYPE" : Set the label type for the container
--security-opt="label:level:LEVEL" : Set the label level for the container
--security-opt="label:disabled" : Turn off label confinement for the container
Since we are passing a list of string options instead of a space separated
string of options, I will change function calls to use InitLabels instead of
GenLabels. Genlabels interface is Depracated.
Docker-DCO-1.1-Signed-off-by: Dan Walsh <[email protected]> (github: rhatdan)
Update libcontainer to c744f6470e37be5ce1f1ae09b842c15c1bee120d
Signed-off-by: Victor Vieux <[email protected]>
Fixed simple typo
Signed-off-by: Daniel Farrell <[email protected]>
Add more info about when build cache is invalidated/used - Issue moby#3636
Doc update to clarify EXPOSE vs -p functionality.
A continuation of moby#7616. Adds `docker ps --filter=status=(restarting|running|paused|stopped)` option. Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <[email protected]> (github: jfrazelle)
|
Not sure what's changed here, but I just did a "curl -sSL test.docker.com | sh" on a fresh debian jessie. |
c3b9b46 to
579e7fc
Compare
This removes the key generation for trust from main while it is not being consumed. The problem is that because this is being set in main if a user runs as root initially the files will be owned by root. Later if the user sets up the docker group they are unable to read the keys. This is half a user error and documentation problem and the other half is management. We decided to remove this code for now while it is not being used and will revisit it later when the consuming features are added. A few options are to generate lazily and provide a clear error message on an EPERM so that the user knows what is wrong and can correct the permissions. Signed-off-by: Michael Crosby <[email protected]>
Remove client key.json generation for trust
Signed-off-by: Tibor Vass <[email protected]>
change docs.docker.io to docs.docker.com in install script
579e7fc to
bdad5a9
Compare
|
The latest test build is working great for us. |
|
People wanting to play with official boot2docker builds containing the latest binaries can check out the following: |
Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <[email protected]> (github: SvenDowideit)
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <[email protected]> (github: SvenDowideit)
…ollowing a line continuation. Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
…rror. Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
builder: strip blank lines before processing any line continuations.
…o-tls-docker-socket Add a little info on how to talk to the TLS encrypted Docker Socket
Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
…s-page The basics page moved, update link.
builder: handle anything we cannot parse the command for as a fatal error
builder: Handle trailing \ appropriately.
Signed-off-by: Michael Crosby <[email protected]>
bdad5a9 to
c78088f
Compare
|
LGTM |
1 similar comment
|
LGTM |
Scheduled to be released Oct. 14th. Please help with testing as this is the official RC.