Skip to content

Instantly share code, notes, and snippets.

@menon92
Created May 28, 2022 03:05
Show Gist options
  • Save menon92/26205c7376d057a0347b6d0e8d139b44 to your computer and use it in GitHub Desktop.
Save menon92/26205c7376d057a0347b6d0e8d139b44 to your computer and use it in GitHub Desktop.

About

Usefull docker command that i go throught

Login to Specefic user

docker login -u <user name>

Set netwrok during starting container

docker run -it --net <netwrok name> <image name>
docker run -it --net host <image name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment