AWS Execute Docker Container Manually - gecko-8/devwiki GitHub Wiki

This article assumes you have setup SSH as in: Setup SSH

  1. SSH to appropriate instance.
  2. Get the full image name from the output of:
    cat /var/app/current/Dockerrun.aws.json
  3. Run the docker container with:
    sudo docker run -p 80:80 <image name>
⚠️ **GitHub.com Fallback** ⚠️