Skip to content

Commit 286cf71

Browse files
authored
Merge branch 'master' into feature/st2apikey-load
2 parents 4c69750 + 18d1968 commit 286cf71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,11 @@ 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 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+
184186
To deploy the image to the registry, execute:
185187
```
186188
docker push ${DOCKER_REGISTRY}/st2packs:latest

0 commit comments

Comments
 (0)