You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
frOM busybox as base
|
|
cOpy lint.Dockerfile .
|
|
|
|
from scratch
|
|
MAINTAINER moby@example.com
|
|
COPy --from=base \
|
|
/lint.Dockerfile \
|
|
/
|
|
|
|
CMD [ "echo", "Hello, Norway!" ]
|
|
CMD [ "echo", "Hello, Sweden!" ]
|
|
ENTRYPOINT my-program start
|