You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DRYRUN
This will simply print the docker command that it would execute if DRYRUN was not specified. Makes it easier for people to debug containers.
INTERACTIVE
This will replace the -d flag with -it and set --entrypoint bash so that the container becomes fully interactive and it's possible to debug step by step within the container. This would also make it easier to debug issues within the container.
The text was updated successfully, but these errors were encountered:
DRYRUN
This will simply print the docker command that it would execute if DRYRUN was not specified. Makes it easier for people to debug containers.
INTERACTIVE
This will replace the
-d
flag with-it
and set--entrypoint bash
so that the container becomes fully interactive and it's possible to debug step by step within the container. This would also make it easier to debug issues within the container.The text was updated successfully, but these errors were encountered: