Joffrey F
37a48073ed
Merge pull request #5701 from docker/5574-seccomp-file
...
Add support for seccomp files
2018-02-26 11:22:01 -08:00
Joffrey F
a6c31b80fe
Add support for seccomp files
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-26 10:46:10 -08:00
Joffrey F
ec0de7eb68
Merge pull request #5684 from docker/compat_mode
...
Compatibility mode
2018-02-26 10:42:59 -08:00
Joffrey F
6659e99aff
Merge pull request #5703 from mnottale/log-level
...
New --log-level option.
2018-02-23 12:57:32 -08:00
Joffrey F
a0cbb68e2f
Merge pull request #5702 from mnottale/up-quiet
...
Add '--quiet' option to 'up' to pull silently.
2018-02-23 12:55:41 -08:00
Matthieu Nottale
59b08c7d1d
New --log-level option.
...
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
2018-02-23 13:14:26 +01:00
Matthieu Nottale
5eefa81f9e
Add '--quiet' option to 'up' to pull silently.
...
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
2018-02-23 11:03:26 +01:00
Joffrey F
551b4b4b31
Merge pull request #5705 from docker/bump_docker_py
...
Bump SDK version
2018-02-22 16:20:17 -08:00
Joffrey F
ad683b2d8d
Bump SDK version
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-22 15:18:18 -08:00
Joffrey F
2fa201660c
Merge pull request #5699 from docker/pantuza-cli-add-detach-option
...
Add long-form --detach CLI flag
2018-02-22 12:52:28 -08:00
Joffrey F
c16820eca0
Update bash completion
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-21 17:00:42 -08:00
Joffrey F
cd3ffe651b
Merge pull request #5698 from docker/artagnon-build-args-services
...
Allow buildargs for multi-service builds
2018-02-21 16:59:07 -08:00
Joffrey F
c6fe564ed5
Add --detach tests
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-21 16:42:49 -08:00
Gustavo Pantuza Coelho Pinto
1833860614
CLI: Add --detach option for up, run and exec commands
...
This contribution allows the usage of --detach option when running:
docker-compose run --detach
docker-compose exec --detach
docker-compose up --detach
The behavior is the same as the -d option.
Signed-off-by: Gustavo Pantuza Coelho Pinto <gustavopantuza@gmail.com>
2018-02-21 16:09:46 -08:00
Joffrey F
8e268afc93
Add version guard for multi-service buildarg
...
Add buildarg tests
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-21 15:56:02 -08:00
Ramkumar Ramachandra
ac209a2485
[cli] Lift artificial limitation on --build-arg
...
Currently, `docker-compose --build-arg` requires that a service be
specified as part of the command-line invocation. So,
$ docker-compose build --build-arg nocache=`git rev-parse @` foom
works. However, when using out-of-band scripts to automate the build
process of several Docker containers (in a CI system, for instance), it
becomes difficult to specify exactly which service requires the
build-arg. Docker has supported Dockerfiles that ignore build-args for a
long time, so there is no problem is specifying spurious build-args to
builds that don't consume it.
The limitation on `docker-compose build` today is artificial, and there
are no other commands that require specifying a service. Allow
`--build-arg` to also match all services so this is possible:
$ docker-compose build --build-arg nocache=`git rev-parse @`
Please refer to #3790 for discussion on the original feature.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
2018-02-21 15:24:27 -08:00
Joffrey F
1b3acd0be8
Merge pull request #5697 from docker/5692-restore-default-cert-path-detection
...
Retrieve certs from default path if not provided explicitly
2018-02-21 14:10:49 -08:00
Joffrey F
cd7ccad81e
Retrieve certs from default path if not provided explicitly
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-21 13:33:27 -08:00
Joffrey F
51076b5e12
Tests for compatibility mode
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-16 16:37:20 -08:00
Joffrey F
e716643857
Merge pull request #5679 from docker/kcboschert-master
...
Add optional argument to pull dependencies on docker-compose pull.
2018-02-14 13:44:41 -08:00
kcboschert
64b466c0bc
Add optional argument to pull dependencies on docker-compose pull.
...
Signed-off-by: Kevin Boschert <kcboschert@gmail.com>
2018-02-14 13:11:01 -08:00
Joffrey F
db5af97326
Merge branch 'dihmuzikien-5525-ps-show-health'
2018-02-12 12:10:23 -08:00
Sorawis Nilparuk
bb16d9e951
Add health string generator to match `docker ps` output
2018-02-12 12:10:05 -08:00
Joffrey F
70b2d3b7cb
Merge pull request #5674 from docker/5673-update-contributing-md
...
Keep CONTRIBUTING.md information up to date
2018-02-12 12:07:54 -08:00
Joffrey F
981df93f12
Keep CONTRIBUTING.md information up to date
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-12 12:06:37 -08:00
Joffrey F
cc3f3c182d
Merge branch 'master' of github.com:docker/compose
2018-02-12 11:54:33 -08:00
Joffrey F
515ea20f25
Fix Dockerfile.run indentation
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-12 11:54:08 -08:00
Joffrey F
56b2a80d50
Merge pull request #5670 from briandealwis/patch-1
...
Fix bash completion on systems where extglob is not set
2018-02-12 10:45:05 -08:00
Brian de Alwis
bb8c2e1f45
Fix bash completion on systems where extglob is not set
...
Signed-off-by: Brian de Alwis <bsd@mt.ca>
2018-02-09 11:25:58 -05:00
Joffrey F
54afe3e1c0
Merge pull request #5665 from docker/5659-dockerfile.run-needs-cli
...
Add `docker` CLI to the `docker/compose` image
2018-02-08 14:25:28 -08:00
Joffrey F
cd87d88882
Add `docker` CLI to the `docker/compose` image
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-08 13:59:27 -08:00
Joffrey F
c3a5488d11
Merge branch 'release'
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-08 13:56:22 -08:00
Joffrey F
578edc41d9
Merge pull request #5657 from docker/garribas-4909-terminate-containers-on-sighup
...
Terminate one-off run on SIGHUP
2018-02-07 14:23:52 -08:00
Joffrey F
75572f3860
Immediately kill / force-rm one-off container when receiving SIGHUP
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 14:03:31 -08:00
Joffrey F
a6459efcad
Merge branch '4909-terminate-containers-on-sighup' of https://github.com/garribas/compose into garribas-4909-terminate-containers-on-sighup
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 13:59:22 -08:00
Joffrey F
c223c3fde9
Merge pull request #5625 from albers/option-consistency
...
Add missing `-q|--quiet` options to increase consistency
2018-02-07 13:54:05 -08:00
Joffrey F
8ea89efdd8
1.20.0-dev
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 12:21:41 -08:00
Joffrey F
522825e411
Merge branch 'release'
2018-02-07 12:18:28 -08:00
Joffrey F
4fa296e7e8
Merge pull request #5656 from docker/bump-1.19.0
...
Bump 1.19.0
2018-02-07 11:53:01 -08:00
Joffrey F
9e633ef35a
Bump 1.19.0
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 10:59:31 -08:00
Joffrey F
84f7bef1b7
Modified options dict leads to a mismatched config hash for API < 1.30
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 10:57:40 -08:00
Daniel Schildt
ea64baa8fe
Improve spelling in the README.md
...
Improve spelling of the brand names:
- GitHub instead of Github
Signed-off-by: Daniel Schildt <daniel.schildt@gmail.com>
2018-02-07 10:54:41 -08:00
Joffrey F
b099257926
Update dockerfile.run to compile the latest (2.27) version of glibc
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 10:54:41 -08:00
Joffrey F
9b1dcf2721
Merge remote-tracking branch 'origin/release' into bump-1.19.0
2018-02-07 10:51:50 -08:00
Joffrey F
c6263f265f
Merge pull request #5652 from docker/use_latest_glibc
...
Update dockerfile.run to compile the latest (2.27) version of glibc
2018-02-07 10:46:03 -08:00
Joffrey F
56fe57fd77
Merge pull request #5653 from docker/5651-config_hash_bug
...
Fix: Modified options dict leads to a mismatched config hash for API < 1.30
2018-02-06 17:25:20 -08:00
Joffrey F
3a0ed8cbba
Modified options dict leads to a mismatched config hash for API < 1.30
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-06 16:58:15 -08:00
Joffrey F
df6e300081
Update dockerfile.run to compile the latest (2.27) version of glibc
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-06 14:50:52 -08:00
Joffrey F
8c297f267e
Implement compatibility mode,
...
translating deploy keys to equivalent v2 config if available
Enabled using `--compatibility` CLI flag
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-05 17:31:17 -08:00
Joffrey F
d2c87f7649
Merge pull request #5647 from docker/bump_sdk
...
Bump Docker Python SDK version
2018-02-05 15:10:50 -08:00