Skip to content

Latest commit

 

History

History

ep030

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Today I explain why I use RUN + a colon in a dockerfile with multiple commands!

Interactive examples

Bash

git init .
git status
git add Dockerfile
git status
git diff
man bash
true foo bar arg
echo $?
: foo bar arg
echo $?
bash t.sh