Files

7 lines
151 B
Docker

# Build an example Docker container image.
FROM busybox
LABEL maintainer="Jeff Geerling"
# Run a command when the container starts.
CMD ["/bin/true"]