Skip to content

Commit

Permalink
Fix last reference to docker-socat on docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenvw committed Feb 11, 2019
1 parent 4b601d0 commit 493a71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ kubectl port-forward $(kubectl get pod -l app=docker-registry -o jsonpath="{.ite

NOTE: If running on MacOS, before deploying the image, open another terminal and execute:
```
docker run --privileged --pid=host stackstorm/docker-socat:latest nsenter -t 1 -u -n -i socat TCP-LISTEN:5000,fork TCP:docker.for.mac.localhost:5000
docker run --privileged --pid=host stackstorm/socat:latest nsenter -t 1 -u -n -i socat TCP-LISTEN:5000,fork TCP:docker.for.mac.localhost:5000
```

The source for the `stackstorm/socat` image is found at https://github.com/StackStorm/docker-socat.
Expand Down

0 comments on commit 493a71d

Please sign in to comment.