Now that you have a functional service, you want to containerize it. Using docker how can you:
- Build a container with the service
- Run the built container and ensure the same functionality as before
- How to publish the container Github container registry