*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Service | Port |
|---|---|
| Backend offline | 5000 |
Procedure
To deploy a Docker, there are three steps:
- copy your Docker image and other relevant file to the EC2 instance using scp
- ssh into the EC2 instance
- 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:
...