Sebastiaan van Stijn
310930d1a2
Merge pull request #2480 from thaJeztah/fix_run_reference_links
...
docs: fix links, and minor markdown touch-ups
2020-04-30 01:09:45 +02:00
Sebastiaan van Stijn
d5be359a4f
Merge pull request #2479 from AkihiroSuda/add-cgroup-version
...
info: print Cgroup Version
2020-04-30 00:24:35 +02:00
Sebastiaan van Stijn
116c9a1f59
docs: fix links, and minor markdown touch-ups
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-30 00:17:28 +02:00
Akihiro Suda
dbc61787a7
info: print Cgroup Version
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-04-30 06:48:12 +09:00
Silvin Lubecki
904e4f4db9
Merge pull request #2478 from thaJeztah/bump_logrus
...
vendor: sirupsen/logrus v1.5.0
2020-04-29 14:39:29 +02:00
Silvin Lubecki
6c14b272fd
Merge pull request #2472 from thaJeztah/bump_kubernetes_1.16.9
...
vendor: update kubernetes and dependencies v1.16.9
2020-04-29 14:38:54 +02:00
Sebastiaan van Stijn
0a5468dba9
Merge pull request #2474 from tonistiigi/runplugin
...
plugin: make runplugin public
2020-04-29 13:14:25 +02:00
Sebastiaan van Stijn
3dfe2ffc1f
vendor: update kubernetes and dependencies v1.16.9
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-29 12:33:06 +02:00
Sebastiaan van Stijn
8b32a3f9d7
vendor: sirupsen/logrus v1.5.0
...
full diff: https://github.com/sirupsen/logrus/compare/v1.4.2...v1.5.0
- Ability to DisableHTMLEscape when using the JSON formatter
- Support/fixes for go 1.14
- Many many bugfixes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-29 12:29:57 +02:00
Silvin Lubecki
62291edf9d
Merge pull request #2476 from thaJeztah/bump_gotest_tools_v3.0.2
...
vendor: update gotest.tools v3.0.2
2020-04-29 12:14:15 +02:00
Sebastiaan van Stijn
4f65b65e81
vendor konsorten/go-windows-terminal-sequences v1.0.3
...
full diff: https://github.com/konsorten/go-windows-terminal-sequences/compare/v1.0.2...v1.0.3
Fixes a panic when using logrus on Go 1.14
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-29 11:46:05 +02:00
Sebastiaan van Stijn
2e83f56856
vendor: update gotest.tools v3.0.2
...
full diff: https://github.com/gotestyourself/gotest.tools/compare/v3.0.1...v3.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-29 11:42:32 +02:00
Tonis Tiigi
d2632cea78
plugin: make runplugin public
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2020-04-28 15:48:13 -07:00
Sebastiaan van Stijn
92dc906059
Merge pull request #1918 from tcoupin/patch-1
...
completion with container names on restart
2020-04-28 15:57:16 +02:00
Silvin Lubecki
5f35b309e7
Merge pull request #2466 from thaJeztah/fix_service_create_example
...
service update: fix service create example
2020-04-28 11:42:11 +02:00
Silvin Lubecki
f8696535e9
Merge pull request #2447 from thaJeztah/replace_term
...
update docker/docker to current master
2020-04-28 10:55:47 +02:00
Drew Erny
9375644e34
Add jobs support to CLI
...
* Added two new modes accepted by the `--mode` flag
* `replicated-job` creates a replicated job
* `global-job` creates a global job.
* When using `replicated-job` mode, the `replicas` flag sets the
`TotalCompletions` parameter of the job. This is the total number of
tasks that will run
* Added a new flag, `max-concurrent`, for use with `replicated-job`
mode. This flag sets the `MaxConcurrent` parameter of the job, which
is the maximum number of replicas the job will run simultaneously.
* When using `replicated-job` or `global-job` mode, using any of the
update parameter flags will result in an error, as jobs cannot be
updated in the traditional sense.
* Updated the `docker service ls` UI to include the completion status
(completed vs total tasks) if the service is a job.
* Updated the progress bars UI for service creation and update to
support jobs. For jobs, there is displayed a bar covering the overall
progress of the job (the number of tasks completed over the total
number of tasks to complete).
* Added documentation explaining the use of the new flags, and of jobs
in general.
Signed-off-by: Drew Erny <derny@mirantis.com>
2020-04-24 11:22:10 -05:00
Sebastiaan van Stijn
0cd7c6aa02
service update: fix service create example
...
Service create expects the name to be passed using the
`--name` flag, not as a positional parameter
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-24 13:42:04 +02:00
Sebastiaan van Stijn
2c3797015f
Merge pull request #2465 from dominikbraun/2092-iface-prefix-docs
...
Add container_iface_prefix option to documentation
2020-04-24 12:54:17 +02:00
Dominik Braun
84a07a9977
Add container_iface_prefix option to documentation
...
Signed-off-by: dominikbraun <braun@sternentstehung.de>
2020-04-24 12:39:24 +02:00
Sebastiaan van Stijn
6a17919d32
vendor: github.com/docker/swarmkit ebe39a32e3ed4c3a3783a02c11cccf388818694c
...
full diff: 49e35619b1...ebe39a32e3
no local changes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:19:15 +02:00
Sebastiaan van Stijn
5adc9d2361
vendor: github.com/containerd/ttrpc v1.0.0
...
full diff: 92c8520ef9
...v1.0.0
no local changes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:19:13 +02:00
Sebastiaan van Stijn
2cb9d26c2f
vendor: github.com/containerd/console v1.0.0
...
full diff: 0650fd9eeb
...v1.0.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:19:11 +02:00
Sebastiaan van Stijn
c085577685
vendor: github.com/containerd/cgroups 44306b6a1d46985d916b48b4199f93a378af314f
...
full diff: 5fbad35c2a...44306b6a1d
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:19:09 +02:00
Sebastiaan van Stijn
9c21f28aca
vendor: github.com/containerd/containerd 4d242818bf55542e5d7876ca276fea83029e803c
...
full diff: acdcf13d5e...4d242818bf
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:19:07 +02:00
Sebastiaan van Stijn
2b910b69b3
vendor: github.com/tonistiigi/fsutil c2c7d7b0e1441705cd802e5699c0a10b1dfe39fd
...
full diff: 0f039a052c...c2c7d7b0e1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:19:05 +02:00
Sebastiaan van Stijn
edf70dc308
vendor: golang.org/x/oauth2 bf48bf16ab8d622ce64ec6ce98d2c98f916b6303
...
full diff: ef147856a6...bf48bf16ab
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:19:04 +02:00
Sebastiaan van Stijn
9a41e375b5
vendor: golang.org/x/time 555d28b269f0569763d25dbe1a237ae74c6bcc82
...
full diff: fbb02b2291...555d28b269
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:19:02 +02:00
Sebastiaan van Stijn
37d184fe16
vendor: golang.org/x/crypto 2aa609cf4a9d7d1126360de73b55b6002f9e052a
...
full diff: bac4c82f69...2aa609cf4a
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:19:00 +02:00
Sebastiaan van Stijn
55d320db9b
vendor: golang.org/x/sync cd5d95a43a6e21273425c7ae415d3df9ea832eeb
...
full diff: e225da77a7...cd5d95a43a
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:58 +02:00
Sebastiaan van Stijn
7b9012ddde
vendor: golang.org/x/sys d5e6a3e2c0ae16fc7480523ebcb7fd4dd3215489
...
full diff: 6d18c012ae...d5e6a3e2c0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:56 +02:00
Sebastiaan van Stijn
3aab460ee1
vendor: golang.org/x/net 0de0cce0169b09b364e001f108dc0399ea8630b3
...
full diff: f3200d17e0...0de0cce016
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:55 +02:00
Sebastiaan van Stijn
e32fe12ae3
vendor: golang.org/x/text v0.3.2
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:53 +02:00
Sebastiaan van Stijn
bdce04e95d
vendor: github.com/golang/protobuf v1.3.3
...
full diff: https://github.com/gogo/protobuf/compare/v1.2.1...v1.3.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:51 +02:00
Sebastiaan van Stijn
f36dcfd673
vendor: github.com/gogo/protobuf v1.3.1
...
full diff: https://github.com/gogo/protobuf/compare/v1.2.1...v1.3.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:49 +02:00
Sebastiaan van Stijn
d7c34b6a0f
vendor: github.com/gogo/googleapis v1.3.2
...
full diff: d31c731455
...v1.3.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:47 +02:00
Sebastiaan van Stijn
cdde30e030
vendor: google.golang.org/genproto 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8
...
full diff: 02b4e95473...3f1135a288
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:45 +02:00
Sebastiaan van Stijn
a38db191b8
vendor: update google.golang.org/grpc v1.27.1
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:44 +02:00
Sebastiaan van Stijn
0dc9d17a2e
vendor: github.com/moby/buildkit ae7ff7174f73bcb4df89b97e1623b3fb0bfb0a0c
...
full diff: 4f4e030675...ae7ff7174f
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:18:42 +02:00
Sebastiaan van Stijn
d0a80bf445
update docker, replace github.com/docker/pkg/term, github.com/docker/pkg/mount
...
These packages are now living in their own repository. Updating
docker/docker to replace the dependencies.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-22 17:16:13 +02:00
Sebastiaan van Stijn
8a30653ed5
config: don't call homedir on init()
...
This patch changes the package to lazily obtain the user's home-
directory on first use, instead of when initializing the package.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-21 17:25:22 +02:00
Silvin Lubecki
9fee14a814
Merge pull request #2432 from thaJeztah/network_prune_improve_message
...
improve "network prune" output to mention custom networks only
2020-04-21 17:06:42 +02:00
Silvin Lubecki
7a006fbee4
Merge pull request #2433 from thaJeztah/jenkins_split
...
Jenkinsfile: split e2e tests to separate stages
2020-04-21 17:01:38 +02:00
Sebastiaan van Stijn
e28d9c49ec
Merge pull request #2429 from thaJeztah/add_fixture_gen_script
...
Add script to regenerate test-certificate fixtures
2020-04-21 16:50:09 +02:00
Silvin Lubecki
abafad3df2
Merge pull request #2452 from thaJeztah/fixup_markdown_and_links
...
docs: various fixes / touch-ups in markdown and fixing broken links
2020-04-20 11:57:11 +02:00
Silvin Lubecki
9ac6673740
Merge pull request #2454 from thaJeztah/fix_yaml_description
...
yamldocs: add description to base command
2020-04-20 11:41:09 +02:00
Sebastiaan van Stijn
c4798a9daa
yamldocs: add description to base command
...
Currently the documentation uses a special case for this command,
so adding a description to the YAML in order to remove that
special case.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-19 19:51:12 +02:00
Sebastiaan van Stijn
86257b0fc7
experimental/vlan-networks: markdown touch-ups
...
- wrap to 80-chars
- reformat notes
- add code-hints to help highlighting
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-19 17:53:19 +02:00
Sebastiaan van Stijn
e34c407516
docs/reference: explain "colon"
...
Colon may not be something non-native English readers
know about, so explain the symbol in the running text.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-19 17:53:17 +02:00
Sebastiaan van Stijn
e4fc8cfa23
docs/extend: reformat notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-19 17:53:06 +02:00