*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Code Block |
|---|
ssh -i /path/to/DIAPER-test-key.pem ec2-user@3.232.82.82 |
Then, pull your Docker image and other relevant file from GitHub. Once pulled, navigate to the project folder you just uploaded and run the Docker as you would do locally. To keep your service from blocking the console, you should run your Docker in detached mode.
...