Docker is a platform for packaging and deploying the application in containers. If you do not already know about the Docker containers, then visit the tutorials and information at the following link: https://www.docker.com/what-container.
We can also install and run the TensorFlow Serving in the Docker containers. The instructions for Ubuntu 16.04 provided in this section are derived from the links on TensorFlow's official website:
- https://www.tensorflow.org/serving/serving_inception
- https://www.tensorflow.org/serving/serving_basic
Let us dive right in!