4 lines
82 B
Docker
4 lines
82 B
Docker
FROM busybox:latest
|
|
LABEL com.docker.compose.test_image=true
|
|
VOLUME /data
|
|
CMD top
|