Skip to content

Experiment with moving shell commands from RUN to a script file

License

Notifications You must be signed in to change notification settings

szepeviktor/docker-RUN-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-RUN-file

Experiment with moving shell commands from RUN to a script file.

Benefits

  1. Write robust shell scripts without initial indentation, backslashes and &&-s
  2. Dramatically reduce the size of your Dockerfile
  3. Reuse scripts
  4. Use functions
  5. Read other files

About

Experiment with moving shell commands from RUN to a script file

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project