diff options
Diffstat (limited to 'content/docker.article')
-rw-r--r-- | content/docker.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docker.article b/content/docker.article index 973b547..d0be85c 100644 --- a/content/docker.article +++ b/content/docker.article @@ -93,7 +93,7 @@ The `--rm` flag tells docker to remove the container image when the outyet serve With the container running, open `http://localhost:6060/` in a web browser and you should see something like this: -.image docker-outyet.png +.image docker/outyet.png (If your docker daemon is running on another machine (or in a virtual machine), you should replace `localhost` with the address of that machine. If you're |