Skip to content

Commit

Permalink
fix docker example (#12027)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Apr 18, 2022
1 parent 928fdd8 commit a71aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/setup/guides/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $ mkdir -p ~/teleport/config ~/teleport/data
$ docker run --hostname localhost --rm \
--entrypoint=/bin/sh \
-v ~/teleport/config:/etc/teleport \
(=teleport.latest_oss_docker_image=) bash -c "teleport configure > /etc/teleport/teleport.yaml"
(=teleport.latest_oss_docker_image=) -c "teleport configure > /etc/teleport/teleport.yaml"
# Start Teleport with mounted config and data directories, plus all ports
$ docker run --hostname localhost --name teleport \
-v ~/teleport/config:/etc/teleport \
Expand Down

0 comments on commit a71aaf3

Please sign in to comment.