Dockerfile 107 B

1234
  1. FROM busybox:latest
  2. LABEL com.docker.compose.test_image=true
  3. ENTRYPOINT ["printf"]
  4. CMD ["default", "args"]