Versions Compared

Key

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

...

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

...