docs/api/client
Brian Goff 843b4a93fe Use newer default values for mounts CLI
In the API:
`Writable` changed to `ReadOnly`
`Populate` changed to `NoCopy`

Corresponding CLI options updated to:
`volume-writable` changed to `volume-readonly`
`volume-populate` changed to `volume-nocopy`

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 56f3422468a0b43da7bae7a01762ce4f0a92d9ff)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-08 15:32:30 -07:00
..
bundlefile Add some tests for bundlefile and improve the error messages for LoadFile 2016-06-16 23:36:59 -07:00
container 23837 Added long flag to docker ps for checking latest n containers. Updated to "--last" 2016-07-08 15:31:24 -07:00
formatter Do not show empty tags for digest references in output 2016-06-16 23:36:57 -07:00
idresolver Update to new swarmkit/engine-api 2016-07-01 00:40:37 -07:00
image Make --help information consistent 2016-06-30 16:47:37 -07:00
inspect remove fallback for Go 1.4 2016-06-07 22:38:02 +02:00
network fix stdout and stderr in api client 2016-07-08 15:32:14 -07:00
node Allow service and node filter to be name… 2016-07-08 15:32:15 -07:00
plugin fix comments and handle err 2016-06-30 17:12:45 -07:00
registry fix stdout and stderr in api client 2016-07-08 15:32:14 -07:00
service Use newer default values for mounts CLI 2016-07-08 15:32:30 -07:00
stack re-vendor engine-api 2016-07-08 15:32:23 -07:00
swarm fix stdout and stderr in api client 2016-07-08 15:32:14 -07:00
system Migrate stats and events command to cobra. 2016-06-08 10:39:53 +08:00
task Improve timestamp formatting 2016-07-08 15:31:23 -07:00
volume fix stdout and stderr in api client 2016-07-08 15:32:14 -07:00
cli.go Convert 'docker create' to use cobra and pflag 2016-06-04 13:57:30 +02:00
client.go Make sure docker api client implements engine-api client. 2016-01-07 21:02:19 -05:00
commands.go Migrate cp command to cobra 2016-06-14 17:16:59 +02:00
credentials.go Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
exec.go Convert 'docker run' to a cobra command and to use pflags 2016-06-04 13:55:35 +02:00
exec_test.go Update client code with api changes 2016-04-15 12:48:01 +02:00
hijack.go Fix logrus formatting 2016-06-11 13:16:55 -07:00
info.go fix warn message typos 2016-06-30 17:12:37 -07:00
inspect.go fix comments and handle err 2016-06-30 17:12:45 -07:00
registry.go Adding a flag to specify sending of registry auth 2016-07-01 00:40:31 -07:00
trust.go Moving Image{Push,Pull}Privileged to trust.go 2016-06-10 12:07:32 +02:00
trust_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
update.go Un-deprecated command line short variant options of `-c`. 2016-05-26 08:22:27 -07:00
utils.go Fix misspell typos 2016-06-30 16:47:43 -07:00