Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ServicePort
Backend offline5000

Procedure

To deploy a Docker, there are three steps:

  1. copy your Docker image and other relevant file to the EC2 instance using scp
  2. ssh into the EC2 instance
  3. run your Docker image there

Copy files 

First, download the key pair file DIAPER-test-key.pem and copy your Docker image and other relevant file to the EC2 instance using scp:

...