Sebastiaan van Stijn
5c9abffbcf
Fix daemon.json runtime example
...
The example in the documentation used "runc", which is a
reserved runtime name (as it's the default).
This patch updates the example, and uses a different name.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 1e5d013064
Component: cli
2017-10-26 02:15:49 +02:00
Sebastiaan van Stijn
4883b5d512
Merge pull request #638 from BastianHofmann/patch-1
...
Fix json formating in dockerd docs
Upstream-commit: 9b7656cc05
Component: cli
2017-10-25 10:56:21 +02:00
BastianHofmann
25caba7d97
Fix json formatting in dockerd docs
...
Fix another json formatiing error.
Signed-off-by: Bastian Hofmann <bastianhofmann@me.com >
Upstream-commit: c7867f5cc6
Component: cli
2017-10-25 08:50:34 +02:00
Sebastiaan van Stijn
835cb984a3
Mention known limitations for --squash
...
The experimental `docker build --squash` feature has a number
of limitations. For most use-cases, multi-stage builds are
a better alternative.
This patch lists the known limitations, and adds a link to
multi-stage builds.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: bcc228ac6b
Component: cli
2017-10-24 14:32:06 +02:00
Misty Stanley-Jones
7b8e36ff5a
For system prune, -f is not an alias for --filter
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: d4e5481cd4
Component: cli
2017-10-20 10:51:28 -07:00
Misty Stanley-Jones
2ac0f85aa9
Update info on labels
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: e49e1ea739
Component: cli
2017-10-16 10:10:49 -07:00
Sebastiaan van Stijn
b5021afc0e
Merge pull request #620 from dnephin/add-nakedret-linter
...
Add nakedret linter
Upstream-commit: 1401d5daf2
Component: cli
2017-10-13 14:54:00 +02:00
Daniel Nephin
0f96be35a7
Add nakedret linter.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: dbd96badb6
Component: cli
2017-10-12 11:48:51 -04:00
Sebastiaan van Stijn
f0af38693c
Updates for updated moby version
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: e56a58e4ed
Component: cli
2017-10-12 01:02:10 +02:00
Sebastiaan van Stijn
3854f6d75a
Bump moby to 1ffa10ee2630917e4f2a88f5e4daf34d700eaa1f
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 2f393694c2
Component: cli
2017-10-12 01:01:48 +02:00
Sebastiaan van Stijn
107b0ea669
Merge pull request #611 from albers/completion-stack-deploy--resolve-image
...
Add bash completion for `stack deploy --resolve-image`
Upstream-commit: 6ef0ea82ea
Component: cli
2017-10-11 22:28:51 +02:00
Sebastiaan van Stijn
81908c29d1
Merge pull request #580 from djgoosen/patch-1
...
Update rmi.md
Upstream-commit: 0a6e1cb3aa
Component: cli
2017-10-11 22:17:46 +02:00
Harald Albers
0750d56f05
Add bash completion for secret create --driver
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 1d7a31f87e
Component: cli
2017-10-11 18:55:28 +02:00
Daniel Nephin
66b3ea1c4e
Update e2e test for image pull to check stdout
...
Also add TEST_DEBUG env variable for debugging E2E tests.
And change icmd environment helpers to fit the CmdOp interface os they
can be passed to 'icmd.RunCmd()'
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: b11c11ea74
Component: cli
2017-10-10 17:04:49 -04:00
Daniel Nephin
ac808691c3
Refactor runPull to remove second GetImageReferencesAndAuth
...
Fix unit tests to catch the regression.
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: e548861481
Component: cli
2017-10-10 16:32:27 -04:00
Riyaz Faizullabhoy
ac06921a97
factor out rigging for pushing unsigned busybox image
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
Upstream-commit: 7dda6fc3c9
Component: cli
2017-10-10 12:00:52 -07:00
Riyaz Faizullabhoy
697f2a54c7
update image pull tests
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
Upstream-commit: 46f3d8bb7f
Component: cli
2017-10-10 11:20:54 -07:00
Daniel Nephin
8990f67e9c
get e2e working with notary service
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: ade675d36c
Component: cli
2017-10-10 11:19:02 -07:00
Riyaz Faizullabhoy
d57a85ccfd
update e2e tests for content trust tests
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
Upstream-commit: 6e3bafd06b
Component: cli
2017-10-10 11:19:02 -07:00
Riyaz Faizullabhoy
f57d5e7b36
trust: update references when pulling
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
Upstream-commit: 067fff8b03
Component: cli
2017-10-10 11:19:02 -07:00
djgoosen
c5166635d0
Update rmi.md
...
Signed-off-by: Daniel Goosen <daniel.goosen@surveysampling.com >
Upstream-commit: 9004495541
Component: cli
2017-10-10 10:27:54 -07:00
Harald Albers
a808a78d53
Add bash completion for stack deploy --resolve-image
...
Also adds minimal documentation for this flag.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 9559b9b7a8
Component: cli
2017-10-09 13:39:54 +02:00
Harald Albers
e42b52cb32
Merge pull request #492 from albers/completion-daemon--network-control-plane-mtu
...
Add bash completion for `dockerd --network-control-plane-mtu`
Upstream-commit: fb7a817583
Component: cli
2017-10-08 17:49:58 +02:00
Harald Albers
c50c8a6cf3
Update deprecation for synchronous service updates
...
- The default was not changed in 17.09 but will be in 17.10
- `service scale` and `service rollback` are also affected.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 20d9ceca78
Component: cli
2017-10-07 14:28:56 +02:00
Harald Albers
80eb2d603b
Update bash completion for synchronous docker service commands
...
The default value for
`docker service create|update|scale|rollback --detach|-d` changed from
`true` to `false`.
This updates bash completion to complete just `--detach|-d`.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 60bfaba6fb
Component: cli
2017-10-07 13:57:26 +02:00
Sebastiaan van Stijn
9d743bcb10
Merge pull request #598 from thaJeztah/fix-dockerd-heading-levels
...
Fix dockerd reference heading levels
Upstream-commit: 1649af8129
Component: cli
2017-10-06 01:51:19 +02:00
Sebastiaan van Stijn
6a849f46fd
Merge pull request #603 from thaJeztah/fix-service-create-markdown
...
Fix markdown link in service-create reference docs
Upstream-commit: 0f659d99bd
Component: cli
2017-10-05 21:49:29 +02:00
Misty Stanley-Jones
e55a2343f6
Merge pull request #547 from rdxmb/small-change
...
small reference change
Upstream-commit: 2801d382c6
Component: cli
2017-10-05 11:56:33 -07:00
Sebastiaan van Stijn
35d18f8b33
Bump Go to 1.8.4
...
Bumps the Go version used to 1.8.4, which contains security fixes;
https://groups.google.com/forum/#!topic/golang-announce/1hZYiemnkdE
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 6b35e98a61
Component: cli
2017-10-05 18:43:33 +02:00
Sebastiaan van Stijn
afca8202d7
Fix markdown link in service-create reference docs
...
Markdown nested in a HTML table doesn't work, so changing
the link to a plain HTML link.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 6b6511f191
Component: cli
2017-10-05 12:17:40 +02:00
Frieder Bluemle
ab0a17f568
Fix GitHub spelling
...
Signed-off-by: Frieder Bluemle <frieder.bluemle@gmail.com >
Upstream-commit: 45c9b9b6c1
Component: cli
2017-10-05 01:14:31 +08:00
Sebastiaan van Stijn
962e70214f
Fix dockerd reference heading levels
...
Commit ddadd3db49 changed
the heading levels of various sections, but as a result,
the "daemon configuration file" section (and other sections)
changed from a H2 to a H4, therefore no longer showing
up in the page's TOC / navigation bar.
This patch changes the heading level to a H3 for
sections that should show up in the page navigation.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: aca0421eb8
Component: cli
2017-10-04 18:09:12 +02:00
Sebastiaan van Stijn
669254d0fe
Merge pull request #568 from matt9ucci/DockerCompletion
...
Add link to DockerCompletion for PowerShell
Upstream-commit: f7ef79228e
Component: cli
2017-10-03 21:50:58 +02:00
Brian Goff
7d7cb9a4d0
Merge pull request #593 from thaJeztah/add-create-output
...
Add output for "secrets" and "configs" on stack deploy
Upstream-commit: 1367fc1114
Component: cli
2017-10-03 11:06:04 -04:00
Sebastiaan van Stijn
fdd1bd7910
Add output for "secrets" and "configs" on stack deploy
...
When deploying a stack from a compose file, the output did not show
that a secret or config was created. This patch adds messages for these.
Create a configuration file and compose file:
$ cat > config.yml <<EOF
hello: world
EOF
$ cat > secret.txt <<EOF
p@ssw0rd
EOF
$ cat > docker-compose.yml <<EOF
version: "3.3"
services:
test:
image: nginx:alpine
configs:
- source: myconfig
target: /my-config.yml
secrets:
- source: mysecret
target: /my-secret.txt
configs:
myconfig:
file: ./config.yml
secrets:
mysecret:
file: ./secret.txt
EOF
Before this patch is applied:
$ docker stack deploy -c docker-compose.yml example
Creating network example_default
Creating service example_test
After this patch is applied:
$ docker stack deploy -c docker-compose.yml example
Creating network example_default
Creating secret example_mysecret
Creating config example_myconfig
Creating service example_test
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: a5113f4368
Component: cli
2017-10-03 15:13:10 +02:00
Sebastiaan van Stijn
338d1dac66
Remove use of deprecated IsErr...NotFound checks
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 532a3942d6
Component: cli
2017-10-03 12:01:24 +02:00
Vincent Demeester
9aa431ea90
Merge pull request #560 from dnephin/fix-bind-mount-named-pipe-compose
...
Support parsing of named pipes for compose volumes
Upstream-commit: 448d56a491
Component: cli
2017-10-03 09:29:13 +02:00
Daniel Nephin
d52520c4a7
Merge pull request #579 from thaJeztah/dont-trunc-on-quiet
...
Do not truncate ID on docker service ps --quiet
Upstream-commit: adfc2d17a0
Component: cli
2017-10-02 10:33:23 -04:00
Sebastiaan van Stijn
a6c488e8bc
Do not truncate ID on docker service ps --quiet
...
Running `docker service ps --quiet` should print the
full, non-truncated ID, even if the `--no-trunc` option
is not set.
This patch disables truncation if the `--quiet` flag
is set.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: c5f267d95c
Component: cli
2017-09-30 22:23:37 +02:00
Sebastiaan van Stijn
1c031cd7d9
vendor tonistiigi/fsutil to dea3a0da73aee887fc02142d995be764106ac5e2
...
removes the stevvooe/continuity dependency, which has moved to
containerd/continuity.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 197842fd45
Component: cli
2017-09-30 18:26:02 +02:00
Stephen J Day
a0cdbef9a2
cli/command/container: ensure channel is allocated
...
Signed-off-by: Stephen J Day <stephen.day@docker.com >
Upstream-commit: e78772af4d
Component: cli
2017-09-29 18:12:03 -07:00
Sebastiaan van Stijn
1ef62ff784
Bump version to 17.11.0-dev
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 2a82adcbe0
Component: cli
2017-09-30 00:59:27 +02:00
Sebastiaan van Stijn
4b8b813d22
Merge pull request #570 from thaJeztah/bump-moby-vendor
...
Bump moby vendor to 14ce1f1cf48e9859223c6311de58aec4dc
Upstream-commit: 31908a4b45
Component: cli
2017-09-29 23:08:16 +02:00
Victor Vieux
0e6592d05e
Merge pull request #572 from thaJeztah/bump-vendor-for-powerpc
...
revendor logrus and x/crypto
Upstream-commit: 00cc728dfb
Component: cli
2017-09-29 13:58:38 -07:00
Sebastiaan van Stijn
c9fbb737e9
Fixes for updated dependencies
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 0082310aa5
Component: cli
2017-09-29 17:45:31 +02:00
Sebastiaan van Stijn
c9e8020d97
bump moby/moby and dependencies to 14ce1f1cf48e9859223c6311de58aec4dc0f046c
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 98dbfeee76
Component: cli
2017-09-29 17:44:49 +02:00
Sebastiaan van Stijn
6230f06c47
revendor logrus and x/crypto
...
updates to the same version as is currently used
on moby/moby; this bump contains fixes for ppc64le.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: e3b7700fb9
Component: cli
2017-09-29 15:32:42 +02:00
Sebastiaan van Stijn
5edb9ec08c
Bump vndr to a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384
...
Includes a fix to cleanup unused vendor-directories
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 368b639e7e
Component: cli
2017-09-29 14:58:05 +02:00
Matt Gucci
c90aa1161d
Add link to DockerCompletion for PowerShell
...
Signed-off-by: Masatoshi Higuchi <matt9ucci@gmail.com >
Upstream-commit: f7dfc946fe
Component: cli
2017-09-29 17:04:33 +09:00
Sebastiaan van Stijn
b4a6a3d358
Add --no-trunc option to docker container stats
...
This patch adds a `--no-trunc` option to `docker container stats`;
With this patch applied, the default output is:
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
b95a83497c91 awesome_brattain 0.28% 5.629MiB / 1.952GiB 0.28% 916B / 0B 147kB / 0B 9
67b2525d8ad1 foobar 0.00% 1.727MiB / 1.952GiB 0.09% 2.48kB / 0B 4.11MB / 0B 2
e5c383697914 test-1951.1.kay7x1lh1twk9c0oig50sd5tr 0.00% 196KiB / 1.952GiB 0.01% 71.2kB / 0B 770kB / 0B 1
4bda148efbc0 random.1.vnc8on831idyr42slu578u3cr 0.00% 1.672MiB / 1.952GiB 0.08% 110kB / 0B 578kB / 0B 2
84e3deaa45b2 registry 0.01% 3.402MiB / 1.952GiB 0.17% 127kB / 378B 233kB / 0B 10
2ed915778ceb foo.1.lsmxrefn5yp9c9ijz1hzgdq4u 0.00% 1.727MiB / 1.952GiB 0.09% 166kB / 7.76kB 614kB / 0B 2
Addin the `--no-trunc` option, changes the output to:
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
b95a83497c9161c9b444e3d70e1a9dfba0c1840d41720e146a95a08ebf938afc awesome_brattain 0.25% 5.75MiB / 1.952GiB 0.29% 648B / 0B 147kB / 0B 10
67b2525d8ad10bb236a49960e93c09993b0baabeef12c2d46cd5f4fbb6f4808c foobar 0.00% 1.727MiB / 1.952GiB 0.09% 2.35kB / 0B 4.11MB / 0B 2
e5c383697914b98b10cbbc9d0bd324b7b927099ac584f031057b8208d2fba9b1 test-1951.1.kay7x1lh1twk9c0oig50sd5tr 0.00% 196KiB / 1.952GiB 0.01% 71.1kB / 0B 770kB / 0B 1
4bda148efbc006b0063373c3678083159af89f8cc83a6a28def14cb0dd171f70 random.1.vnc8on831idyr42slu578u3cr 0.00% 1.672MiB / 1.952GiB 0.08% 110kB / 0B 578kB / 0B 2
84e3deaa45b2fc363e06167df9b90ab59f88d4f101e3f9b8df03a62a8f6783e1 registry 0.00% 3.387MiB / 1.952GiB 0.17% 127kB / 378B 233kB / 0B 10
2ed915778cebddf9ec69263a75cfdcf00962a5198d94d42cda75d5cd45bb82f2 foo.1.lsmxrefn5yp9c9ijz1hzgdq4u 0.00% 1.727MiB / 1.952GiB 0.09% 166kB / 7.76kB 614kB / 0B 2
Which is the same as the default before this patch was applied.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: e63417a9c0
Component: cli
2017-09-27 18:59:25 +02:00