James Steele
cac6bd410a
Support Azure login page on WSL 1
...
The format reported by `/proc/version` differs between versions of WSL;
both report the text "Microsoft", albeit in different cases.
Signed-off-by: James Steele <james@kevel.org>
2021-05-15 22:06:33 +01:00
Guillaume Tardif
0a02f7d108
Merge pull request #1657 from ndeloof/multi_ports
...
support mulitple bindings for same target port
2021-05-12 09:37:02 +02:00
Nicolas De Loof
fc25d3a54a
support mulitple bindings for same target port
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-10 08:55:49 +02:00
Nicolas De loof
8a5390ae3e
Merge pull request #1651 from ndeloof/ghcr_credentials
2021-05-07 12:19:17 +02:00
Nicolas De Loof
e0ae9d21b4
pass authprovider to buildkit session in addition to driver's Auth parameter
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-07 11:49:20 +02:00
Nicolas De loof
db6978aa57
Merge pull request #1628 from ulyssessouza/add-bypass-envvar
...
Support bypass envvars
2021-05-07 07:25:14 +02:00
Ulysses Souza
f159bc4901
Support bypass envvars
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-05-06 15:47:31 -03:00
Nicolas De loof
9432716853
Merge pull request #1646 from gtardif/docs_update
...
Update compose docs
2021-05-06 16:11:25 +02:00
Nicolas De loof
4c0cbea24b
Merge pull request #1623 from JulienTant/1391-add-cp
2021-05-06 15:49:51 +02:00
Nicolas De loof
59efedf043
Merge pull request #1649 from ndeloof/ps_all
2021-05-06 12:15:15 +02:00
Nicolas De Loof
f40846126e
compose ps list stopped containers. -a is used to include oneoff
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-06 11:30:38 +02:00
Nicolas De loof
f1aaab1943
Merge pull request #1648 from ndeloof/single_ulimit
2021-05-06 11:14:37 +02:00
Nicolas De Loof
fa4d028f8e
apply single ulimit as soft+hard limit
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-06 10:31:25 +02:00
Nicolas De loof
c308e1f1b9
Merge pull request #1647 from gtardif/fix_race_depens_on
...
Avoid using for variable in go func, as this creates race conditions
2021-05-06 10:02:20 +02:00
Guillaume Tardif
998dbf79f9
Avoid using for variable in go func, as this creates race conditions
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-05-06 09:43:12 +02:00
Guillaume Tardif
1aff05d716
Merge pull request #1645 from docker/aci_context_location
...
Use location specified by user if provided, and do not override with group location
2021-05-06 09:15:30 +02:00
Guillaume Tardif
da2d64443f
Merge pull request #1642 from gtardif/fix_abs_build_context
...
Fix building compose files with absolute build context / Dockerfile
2021-05-05 18:11:06 +02:00
Guillaume Tardif
d61e62563e
Update compose docs
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-05-05 17:37:08 +02:00
Guillaume Tardif
adcadf0af2
Use location specifed by user if provided, and do not override with group location. ACI allow deploying in any location regardless of resource group
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-05-05 17:06:26 +02:00
Guillaume Tardif
416af599aa
Fix building compose files with absolute build context / Dockerfile
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-05-05 16:58:50 +02:00
Nicolas De loof
76f10e1e83
Merge pull request #1643 from gtardif/compose_beta2
...
Bump compose beta version
2021-05-05 15:38:59 +02:00
Guillaume Tardif
c8f7e80345
Bump compose beta version
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-05-05 15:25:26 +02:00
Nicolas De loof
04c78c24e4
Merge pull request #1641 from ndeloof/profiles
...
fix detecting active profiles implied by selected services
2021-05-05 10:23:27 +02:00
Nicolas De Loof
13f37cf1c8
fix detecting active profiles implied by selected services
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-05 10:12:04 +02:00
Nicolas De loof
7840be9693
Merge pull request #1633 from ndeloof/ipaddress
...
configure service with ipAddress
2021-05-04 20:32:40 +02:00
Nicolas De Loof
ba588275a3
configure service with ipAddress
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-04 15:53:09 +02:00
Nicolas De loof
c64317a981
Merge pull request #1627 from ulyssessouza/add-services-on-ps
...
Add support for services on ps command
2021-05-04 12:45:29 +02:00
Nicolas De loof
ebbe86f18d
Merge pull request #1632 from rosven/documentation_fixes
...
fix documentation errors
2021-05-04 12:35:27 +02:00
Robin Svensson
f92c1ebb3e
fix documentation errors
...
Signed-off-by: Robin Svensson <euleriancycle@gmail.com>
2021-05-04 11:18:58 +02:00
Nicolas De loof
2c79e63b83
Merge pull request #1630 from ndeloof/logs_panic
...
don't invoke r.Close on error as r == nil
2021-05-04 10:40:56 +02:00
Nicolas De Loof
87abb4eb9c
don't invoke r.Close on error as r == nil
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-04 08:42:49 +02:00
Ulysses Souza
36d6c40e52
Add support for services on ps command
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-05-03 20:03:52 -03:00
Julien Tant
d827213d32
ignore linter err
...
Signed-off-by: Julien Tant <julien@craftyx.fr>
2021-05-03 11:57:55 -07:00
Julien Tant
42cd3da59d
add tests
...
Signed-off-by: Julien Tant <julien@craftyx.fr>
2021-05-03 10:58:52 -07:00
Nicolas De loof
de8834d434
Merge pull request #1626 from gtardif/add_debug_path
...
Display PATH when not finding com.docker.cli, to help debugging
2021-05-03 17:57:44 +02:00
Nicolas De loof
769dd23782
Merge pull request #1625 from ndeloof/network_alisasses
...
use highest priority network to declare network aliasses
2021-05-03 16:14:41 +02:00
Nicolas De Loof
4186cce1dd
use highest priority network to declare network aliasses
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-05-03 16:01:10 +02:00
Guillaume Tardif
0496f29a53
Display PATH when not finding com.docker.cli, to help debugging
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-05-03 14:55:41 +02:00
Julien Tant
c2f2196d30
Add all parameter
...
Signed-off-by: Julien Tant <julien@craftyx.fr>
2021-05-01 19:24:07 -07:00
Julien Tant
8f9ce9d763
Add cp command
...
Signed-off-by: Julien Tant <julien@craftyx.fr>
2021-05-01 18:20:52 -07:00
Nicolas De loof
63057f6d1f
Merge pull request #1606 from gtardif/compose_rm_all
...
Add rm --all flag for backward compatibility (deprecated - no effect)
2021-04-30 13:26:56 +02:00
Nicolas De loof
7d43d39de2
Merge pull request #1616 from ndeloof/pid_namespace
...
handle dependency involved by shared PID namespace
2021-04-30 12:25:33 +02:00
Nicolas De loof
64329c2223
Merge pull request #1618 from ndeloof/remove_volume
2021-04-30 11:57:02 +02:00
Guillaume Tardif
94cf3ea202
Merge pull request #1614 from chris-crone/new-line-version
...
cli.compose: Add missing \n for version
2021-04-30 10:48:29 +02:00
Nicolas De Loof
deecf76421
reduce code complexity with sub-functions
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-04-30 09:35:09 +02:00
Nicolas De Loof
98187b2f62
down --volume to remove volume
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-04-30 08:18:06 +02:00
Nicolas De Loof
a93008ab1c
handle dependency involved by shared PID namespace
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-04-29 21:48:20 +02:00
Chris Crone
a764f8c5a8
cli.compose: Add missing \n for version
...
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2021-04-29 18:30:58 +02:00
Nicolas De loof
b46015f2f8
Merge pull request #1610 from ndeloof/build_args_from_env
2021-04-29 12:15:35 +02:00
Nicolas De loof
634ade5e8a
Merge pull request #1609 from ndeloof/exec_exitcode
2021-04-29 12:14:07 +02:00