diff --git a/prepare-vms/ips-txt-to-html.py b/prepare-vms/ips-txt-to-html.py index 0b7a9f60..317be532 100755 --- a/prepare-vms/ips-txt-to-html.py +++ b/prepare-vms/ips-txt-to-html.py @@ -2,13 +2,14 @@ SETTINGS_BASIC = dict( clustersize=1, - pagesize=12, + pagesize=15, blurb="
Here is the connection information to your very own " "VM for this intro to Docker workshop. You can connect " "to the VM using your SSH client.
\n" "Your VM is reachable on the following address:
\n", prettify=lambda x: x, - footer="", + footer="You can find the last version of the slides on " + "http://lisa.dckr.info/.
", ) SETTINGS_ADVANCED = dict( @@ -21,10 +22,10 @@ SETTINGS_ADVANCED = dict( prettify=lambda l: [ "node%d: %s"%(i+1, s) for (i, s) in zip(range(len(l)), l) ], footer="You can find the last version of the slides on " - "http://view.dckr.info/.
" + "http://lisa.dckr.info/." ) -SETTINGS = SETTINGS_ADVANCED +SETTINGS = SETTINGS_BASIC globals().update(SETTINGS) diff --git a/prepare-vms/postprep.rc b/prepare-vms/postprep.rc index 98dfb46b..4b104055 100755 --- a/prepare-vms/postprep.rc +++ b/prepare-vms/postprep.rc @@ -28,10 +28,10 @@ while addresses: os.system("sudo apt-get -qy install python-setuptools pssh apache2-utils httping htop") os.system("sudo easy_install pip") -os.system("sudo pip install docker-compose==1.4.2") -os.system("docker pull swarm:0.4.0") -os.system("docker tag -f swarm:0.4.0 swarm") -os.system("sudo curl -L https://github.com/docker/machine/releases/download/v0.4.1/docker-machine_linux-amd64 -o /usr/local/bin/docker-machine") +os.system("sudo pip install docker-compose==1.5.0") +os.system("docker pull swarm:1.0.0") +os.system("docker tag -f swarm:1.0.0 swarm") +os.system("sudo curl -L https://github.com/docker/machine/releases/download/v0.5.0/docker-machine_linux-amd64 -o /usr/local/bin/docker-machine") os.system("sudo chmod +x /usr/local/bin/docker-machine") os.system("echo 1000000 | sudo tee /proc/sys/net/nf_conntrack_max") os.system("""sudo sed -i 's,^DOCKER_OPTS=.*,DOCKER_OPTS="-H unix:///var/run/docker.sock -H tcp://0.0.0.0:55555",' /etc/default/docker""") diff --git a/www/htdocs/index.html b/www/htdocs/index.html index af3d3f19..0cf96bd5 100644 --- a/www/htdocs/index.html +++ b/www/htdocs/index.html @@ -144,7 +144,7 @@ class: title - This is the stuff you're supposed to do! - Create [GitHub](https://github.com/) and [Docker Hub](https://hub.docker.com) accounts now if needed -- Go to [view.dckr.info](http://view.dckr.info) to view these slides +- Go to [lisa.dckr.info](http://lisa.dckr.info) to view these slides ] @@ -173,13 +173,13 @@ be run from the first VM, `node1`**.] ## Brand new versions! -- Engine 1.8.2 +- Engine 1.9.0 -- Compose 1.4.2 +- Compose 1.5.0 -- Swarm 0.4 +- Swarm 1.0 -- Machine 0.4.1 +- Machine 0.5.0 --- @@ -1418,13 +1418,14 @@ ways to deploy ambassadors. - Network plugins - - check out Docker Experimental Engine -