Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow_serving/g3doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To serve with Docker, you'll need:

What you'll do is
[run the Docker](https://docs.docker.com/engine/reference/run/) container,
[publish](https://docs.docker.com/engine/reference/commandline/run/#publish-or-expose-port--p---expose)
[publish](https://docs.docker.com/reference/cli/docker/container/run/#publish)
the container's ports to your host's ports, and mounting your host's path to the
SavedModel to where the container expects models.

Expand Down