We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c69750 + 18d1968 commit 286cf71Copy full SHA for 286cf71
README.md
@@ -178,9 +178,11 @@ 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 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.
185
+
186
To deploy the image to the registry, execute:
187
188
docker push ${DOCKER_REGISTRY}/st2packs:latest
0 commit comments