From c0c5cff34209d291151f00f3548834c2131e7e8a Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 10 Apr 2020 01:17:56 +0200
Subject: [PATCH] Fix container image reference in README

Fix the used container image in the README example.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 49cf112..6174de6 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ requests that should never happen.
             --name dockerproxy \
             -v /var/run/docker.sock:/var/run/docker.sock \
             -p 127.0.0.1:2375:2375 \
-            tecnativa/docker-socket-proxy
+            quay.io/sheogorath/docker-socket-proxy
 
 2.  Connect your local docker client to that socket:
 
-- 
GitLab