Pinned Loading
-
If your docker container exits... Ha...
If your docker container exits... Hang on with this: 1docker run -dit <image_name>
2where -dit is a shortcut for:
3-d : detached mode (run background and avoid logging in your terminal)
4-t : request a tty to the dockerd (https://www.youtube.com/watch?v=2XLZ4Z8LpEE&t=449s)
5-i : hold that tty in your current terminal.
-
utils
utils PublicCollection of useful commands, setups and troubleshoots for programming languages and a wide variety of software.
AutoHotkey
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.