compose/tests/fixtures/dockerfile_with_entrypoint/Dockerfile
satoru 62b9c64311 Add support for the --entrypoint option of docker run
Signed-off-by: Satoru Logic <satorulogic@gmail.com>
2014-10-01 09:28:28 -07:00

2 lines
63 B
Docker

FROM busybox:latest
ENTRYPOINT echo "From prebuilt entrypoint"