Skip to content
View jcammmmm's full-sized avatar

Block or report jcammmmm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. If your docker container exits... Ha... If your docker container exits... Hang on with this:
    1
    docker run -dit <image_name>
    2
    where -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.
  2. utils utils Public

    Collection of useful commands, setups and troubleshoots for programming languages and a wide variety of software.

    AutoHotkey