Login
Remember
Register
Ask a Question
What are the common instruction in Dockerfile in Devops?
0
votes
asked
Apr 5, 2020
in
Docker
by
ryan harris
recategorized
Feb 22, 2021
by
SakshiSharma
What are the common instruction in Dockerfile in Devops?
#docker-dockerfile-devops
dockerfile
docker-file
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 21, 2021
by
SakshiSharma
The common instruction in Dockerfile are: FROM, LABEL, RUN, and CMD.
...