From 980f41d27d187d9534c78a927ad94949427296dd Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Jul 11 2017 15:39:16 +0000 Subject: registry.fpo is not working yet, use candidate-registry to pull docker images --- diff --git a/labs.fedoraproject.org/data/content/python-classroom/download/index.html b/labs.fedoraproject.org/data/content/python-classroom/download/index.html index 60571d8..fb0980c 100644 --- a/labs.fedoraproject.org/data/content/python-classroom/download/index.html +++ b/labs.fedoraproject.org/data/content/python-classroom/download/index.html @@ -28,7 +28,7 @@

${Markup(_('The Python Classroom labs comes in 3 variants. A Live Image with GNOME, that can be downloaded on the top of this page, a Docker image and a Vagrant box for headless environments. Learn more about <a href="%s">Docker</a> and <a href="%s">Vagrant</a> in their documentation.') % ('https://docs.docker.com/get-started/', 'https://www.vagrantup.com/intro/getting-started/'))}

${_('Getting and running the Docker image')}

-
sudo docker pull registry.fedoraproject.org/f${global_variables.release['curr_id']}/python-classroom 
sudo docker run -ti registry.fedoraproject.org/f${global_variables.release['curr_id']}/python-classroom
+
sudo docker pull candidate-registry.fedoraproject.org/f${global_variables.release['curr_id']}/python-classroom 
sudo docker run -ti candidate-registry.fedoraproject.org/f${global_variables.release['curr_id']}/python-classroom

${_('Running the Vagrant box')}

${_('First, download the box from the right side of this page.')}

${_('For libvirt:')}