Skip to content

Instantly share code, notes, and snippets.

@nikhilgeo
Last active April 29, 2020 07:30
Show Gist options
  • Select an option

  • Save nikhilgeo/cf07c586dba4b76856bf0b2a2abdf3c0 to your computer and use it in GitHub Desktop.

Select an option

Save nikhilgeo/cf07c586dba4b76856bf0b2a2abdf3c0 to your computer and use it in GitHub Desktop.
Commands Hand books
Run a docker container and get bash
docker run -it ubuntu:18.04 bash
Remove all the container images - Ubuntu
docker rmi -f $(docker images -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment