From 984e79474d02db83727ef502144cfa7274bff831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Thu, 11 Feb 2021 21:20:03 +0100 Subject: [PATCH] Define registry explicitly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7295956..aadba20 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ docker run --detach \ --restart on-failure:3 \ --publish 127.0.0.1:6080:6080/tcp \ --privileged --env QEMU_KVM=true \ - hectormolinero/qemu-reactos:latest + docker.io/hectormolinero/qemu-reactos:latest ``` > The instance will be available through a web browser from: http://localhost:6080/vnc.html