mirror of https://github.com/docker/compose.git
5 lines
50 B
Docker
5 lines
50 B
Docker
|
|
||
|
FROM busybox:latest
|
||
|
RUN echo something
|
||
|
CMD top
|