We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b601d0 commit 493a71dCopy full SHA for 493a71d
README.md
@@ -178,7 +178,7 @@ kubectl port-forward $(kubectl get pod -l app=docker-registry -o jsonpath="{.ite
178
179
NOTE: If running on MacOS, before deploying the image, open another terminal and execute:
180
```
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
+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
182
183
184
The source for the `stackstorm/socat` image is found at https://github.com/StackStorm/docker-socat.
0 commit comments