mirror of
https://github.com/docker/compose.git
synced 2026-06-25 10:38:23 +00:00
Allows overriding a user on the command line from the one specified in
the docker-compose.yml
The added tests verify that a specified user overrides a default
user in the docker-compose.yml file.
Based on commit f2f01e207b by @chmouel
Signed-off-by: Ian VanSchooten <ian@badgelabsllc.com>
4 lines
64 B
YAML
4 lines
64 B
YAML
service:
|
|
image: busybox:latest
|
|
user: notauser
|
|
command: id
|