mirror of
https://github.com/docker/compose.git
synced 2026-07-10 02:11:34 +00:00
Also moves the shutdown test fixtures to be a more general v2-full fixture. Signed-off-by: Daniel Nephin <dnephin@docker.com>
4 lines
50 B
Docker
4 lines
50 B
Docker
|
|
FROM busybox:latest
|
|
RUN echo something
|
|
CMD top
|