Difference between revisions of "Dockerfile"

From wikieduonline
Jump to navigation Jump to search
Line 25: Line 25:
 
# Learn about [[start configuration behavior and restart policy]]
 
# Learn about [[start configuration behavior and restart policy]]
 
# Learn about <code>.[[dockerignore]]</code> file
 
# Learn about <code>.[[dockerignore]]</code> file
# Read Dockerfile best practices https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
+
# Read <code>Dockerfile</code> best practices https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
  
 
== Related terms ==
 
== Related terms ==

Revision as of 09:56, 20 October 2021

Dockerfile is a text file where you define instructions used to create your Docker images, check official Dockerfile Reference documentation: https://docs.docker.com/engine/reference/builder/[1]

For creating this file with instructions usually called Dockerfile you can use the following keywords[2]:

Activities

  1. Learn differences between RUN and CMD or ENTRYPOINT: https://stackoverflow.com/a/25150809
  2. Read Understand how CMD and ENTRYPOINT interact https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact
  3. Learn about start configuration behavior and restart policy
  4. Learn about .dockerignore file
  5. Read Dockerfile best practices https://docs.docker.com/develop/develop-images/dockerfile_best-practices/

Related terms

See also

  • https://en.wikiversity.org/wiki/DevOps/Docker/Dockerfile
  • https://kapeli.com/cheat_sheets/Dockerfile.docset/Contents/Resources/Documents/index
  • Advertising: