enter non running docker
March 30, 2018
add this command to set off an infinite loop giving you time to bash into the container and check the folders etc
-c “while true; do sleep 2; date; done”
March 30, 2018
add this command to set off an infinite loop giving you time to bash into the container and check the folders etc
-c “while true; do sleep 2; date; done”