*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
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 or, alternatively, do enter ctrl-z to suspend the service and run the following commands
| Code Block |
|---|
ctrl-z
bg
disown -h |
Then you can log out and the service will continue running on the EC2 instance.