Skip to content

Instantly share code, notes, and snippets.

@franz101
Created April 7, 2020 19:07
Show Gist options
  • Save franz101/9e90645ecaf39153da0007b5250e9f91 to your computer and use it in GitHub Desktop.
Save franz101/9e90645ecaf39153da0007b5250e9f91 to your computer and use it in GitHub Desktop.
Docker Setup and cheat sheets
# Launch an EC2 Instance:
# https://eu-central-1.console.aws.amazon.com/ec2/v2/home?region=eu-central-1
# SSH into your instance
# Locate docker installation. For example on CentOS:
# https://docs.docker.com/engine/install/centos/
# Examples
# https://github.com/PacktPublishing/Docker-Fundamentals/
# Useful commands:
# docker ps
# -> Cheat sheets:
# - https://github.com/wsargent/docker-cheat-sheet
# - https://devhints.io/docker
# Docker Compose:
# - https://devhints.io/docker-compose
# https://docs.docker.com/compose/install/
# Install docker-nvidia:
# https://github.com/NVIDIA/nvidia-docker
# https://github.com/minhng92/pytorch-docker-jupyter/tree/master/pytorch_gpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment