Skip to content

Commit 493a71d

Browse files
committed
Fix last reference to docker-socat on docker hub
1 parent 4b601d0 commit 493a71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ kubectl port-forward $(kubectl get pod -l app=docker-registry -o jsonpath="{.ite
178178

179179
NOTE: If running on MacOS, before deploying the image, open another terminal and execute:
180180
```
181-
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
181+
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
182182
```
183183

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

0 commit comments

Comments
 (0)