*** 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. If To keep your service is blockingfrom blocking the console, you should run your Docker in detached mode or, alternatively, do the following
| Code Block |
|---|
ctrl-z bg disown -h |
...