From 493a71dec969fff16f0a43a347f3945fd9b89bb5 Mon Sep 17 00:00:00 2001 From: Warren Van Winckel Date: Sun, 10 Feb 2019 23:43:35 -0800 Subject: [PATCH] Fix last reference to docker-socat on docker hub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1923e096..9392c810 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ kubectl port-forward $(kubectl get pod -l app=docker-registry -o jsonpath="{.ite NOTE: If running on MacOS, before deploying the image, open another terminal and execute: ``` -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 ``` The source for the `stackstorm/socat` image is found at https://github.com/StackStorm/docker-socat.