mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 13:59:12 +00:00
Fix README typo
This commit is contained in:
parent
6e513648cf
commit
dc821c284a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Create a tor hidden service with a link
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# run a container with a network application
|
# run a container with a network application
|
||||||
$ docker run -d --name hello_world tutum/hello_world
|
$ docker run -d --name hello_world tutum/hello-world
|
||||||
|
|
||||||
# and just link it to this container
|
# and just link it to this container
|
||||||
$ docker run -ti --link hello_world goldy/tor-hidden-service
|
$ docker run -ti --link hello_world goldy/tor-hidden-service
|
||||||
|
|
Loading…
Add table
Reference in a new issue