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
|