Nicolas De Loof and Paweł Gronowski
32aa575aff
docs/service: Document bind-create-src
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2026-03-04 18:00:48 +01:00
Nicolas De Loof
2ba7cb8b44
mount /var/run/docker.sock for --use-api-socket
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2025-06-30 12:38:15 +02:00
Nicolas De Loof
b9c563a581
only close plugin server if actually created
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2025-06-10 14:57:19 +02:00
Nicolas De Loof and Sebastiaan van Stijn
9ecfe4f5a7
move parsing key-value files to a separate package
...
Move the code for parsing key-value files, such as used for
env-files and label-files to a separate package. This allows
other projects (such as compose) to use the same parsing
logic, but provide custom lookup functions for their situation
(which is slightly different).
The new package provides utilities for parsing key-value files
for either a file or an io.Reader. Most tests for EnvFile were
now testing functionality that's already tested in the new package,
so were (re)moved.
Co-authored-by: Nicolas De Loof <nicolas.deloof@gmail.com >
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-10-04 12:27:10 +02:00
Nicolas De Loof and Sebastiaan van Stijn
46355a1941
export RunStat, StatsOptions, and add Filters option
...
The filter option is not currently exposed on the command-line,
but can be added as a flag in future. It will be used by compose
to filter the list of containers to include based on compose
labels.
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-12-20 17:42:49 +01:00
Nicolas De Loof
b7c31c36fa
not actually a maintainer
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2023-11-10 21:35:15 +01:00
Nicolas De Loof
a2ec50a461
make container an explicit, required parameter
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2023-11-08 14:32:55 +01:00
Nicolas De Loof
a4abe42cbd
make runAttach public and allow passing context
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2023-11-08 14:24:58 +01:00
Nicolas De loof and GitHub
df3c2f171d
Merge pull request #3646 from thaJeztah/update_golang_1.18.3
2022-06-02 11:45:19 +02:00
Nicolas De loof and GitHub
0e4dde2487
Merge pull request #3623 from thaJeztah/update_engine
2022-05-19 12:24:30 +02:00
Nicolas De loof and GitHub
2c9626096d
Merge pull request #3615 from thaJeztah/update_version
2022-05-17 12:17:00 +02:00
Nicolas De Loof and Sebastiaan van Stijn
cbec75e2f3
Adopt Cobra completion v2 to support completion by CLI plugins
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-05-12 12:59:10 +02:00
Nicolas De loof and GitHub
8b4958455e
Merge pull request #3594 from thaJeztah/improve_info_formatting
2022-05-11 10:26:58 +02:00
Nicolas De loof and GitHub
4cc4385075
Merge pull request #3590 from photra/3589-fix-link
2022-05-06 12:18:46 +02:00
Nicolas De loof and GitHub
0de9a227a5
Merge pull request #3582 from thaJeztah/remove_flag_swarm_annotations
2022-05-02 09:06:10 +02:00
Nicolas De Loof
fd2bc1fa5e
use our own version of text/tabwriter
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-04-25 15:01:41 +02:00
Nicolas De Loof
e9a4d7e611
introduce context show command
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-04-25 14:40:24 +02:00
Nicolas De loof and GitHub
6a407c53de
Merge pull request #3545 from thaJeztah/fix_godoc
...
cli/command: fix documentation of CopyToFile mentioning ioutil
2022-04-08 15:26:31 +02:00
Nicolas De loof and GitHub
abe41ad309
Merge pull request #3513 from thaJeztah/fix_ldflags
...
use GO_LDFLAGS instead of LDFLAGS to prevent inheriting unrelated options
2022-03-31 11:50:04 +02:00
Nicolas De loof and GitHub
75c923a962
Merge pull request #3492 from thaJeztah/bump_cobra_1.4
...
Bump cobra to v1.4.0
2022-03-28 15:31:10 +02:00
Nicolas De loof and GitHub
0bcf197ae7
Merge pull request #3497 from thaJeztah/cleanup_e2e_help_test
...
e2e: cleanup TestGlobalHelp() to be less brittle
2022-03-28 15:30:18 +02:00
Nicolas De Loof and Sebastiaan van Stijn
c569d25745
Bump cobra to v1.4.0
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-27 10:47:26 +02:00
Nicolas De loof and GitHub
d8afb01e00
Merge pull request #3466 from glebsts/docker-push-all-tags-docs-improve-signed
2022-03-17 12:27:23 +01:00
Nicolas De loof and GitHub
11c76f1ddb
Merge pull request #3474 from thaJeztah/bump_deps_for_buildkit_containerd
2022-03-17 10:12:01 +01:00
Nicolas De loof and GitHub
2b52f62e96
Merge pull request #3459 from thaJeztah/update_engine
2022-03-09 21:57:33 +01:00
Nicolas De Loof
41a5e0e4df
improve cp documentation with some illustration examples
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-03-09 17:56:44 +01:00
Nicolas De Loof
2d268392d1
publish RunExec for use by docker/compose
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-24 16:31:24 +01:00
Nicolas De Loof
013a74f002
document kubernetes feature as "removed" in 21.xx
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-24 10:24:30 +01:00
Nicolas De Loof
d9a2a555d5
introduce plugin.RunningStandalone as utility func for a plugin to know it is run standalone
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-23 10:20:23 +01:00
Nicolas De Loof
193ede9b12
remove obsolete mutli-orchestrator support
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-22 15:28:12 +01:00
Nicolas De Loof
1d48749c1c
warn user kubernetes is deprecated and options won't be stored in context
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-22 13:47:34 +01:00
Nicolas De Loof
7b9580df51
Drop support for (archived) Compose-on-Kubernetes
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-22 13:47:34 +01:00
Nicolas De Loof
e25e077a20
restore support for env variables to configure proxy
...
regression introduced by b34f34
close #39654
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2019-08-22 16:39:21 +02:00
Nicolas De Loof
798ec76223
update docker/docker for ExecConfig WorkingDir support
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2017-12-06 19:04:42 +01:00
Nicolas De Loof
8dc88ea7b5
Annotate worker option for 1.35 API
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2017-12-06 17:24:01 +01:00
Nicolas De Loof
da6b8cb5de
Because the option takes an argument, a special treatment is required in the preceding case
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2017-12-06 17:24:01 +01:00
Nicolas De Loof
591a1273fd
introduce —workdir option for docker exec
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2017-12-06 17:24:01 +01:00