File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -178,9 +178,11 @@ kubectl port-forward $(kubectl get pod -l app=docker-registry -o jsonpath="{.ite
178178
179179NOTE: If running on MacOS, before deploying the image, open another terminal and execute:
180180```
181- docker run --privileged --pid=host 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
184+ The source for the ` stackstorm/socat ` image is found at https://github.com/StackStorm/docker-socat .
185+
184186To deploy the image to the registry, execute:
185187```
186188docker push ${DOCKER_REGISTRY}/st2packs:latest
You can’t perform that action at this time.
0 commit comments