From 64cd6a36d6a5ecc2bd2c9d8e0fba6470b39a6498 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Jul 25 2017 08:42:02 +0000 Subject: Fixes #34 add registry specifier to docker run --- diff --git a/source/prototype/boltron/instructions.rst b/source/prototype/boltron/instructions.rst index 6b38d7b..01e5c93 100644 --- a/source/prototype/boltron/instructions.rst +++ b/source/prototype/boltron/instructions.rst @@ -6,7 +6,7 @@ Boltron is shipped as a container image. Use the following commands to pull it a :: $ docker pull registry.fedoraproject.org/f26-modular/boltron - $ docker run --rm -it f26-modular/boltron + $ docker run --rm -it registry.fedoraproject.org/f26-modular/boltron Now you are ready to try Boltron!