From 7c0b6cb3ce54ba882ce8929fc9b31fb392f8e6c3 Mon Sep 17 00:00:00 2001 From: Alfonso Date: Tue, 19 Jan 2016 19:57:27 +0100 Subject: [PATCH] Fix deprecated URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23852c5..895d3d8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The content in this repo were created for the [Nodevember 2014](http://nodevembe ### 1. Installing Docker ``` $ sudo apt-get install linux-image-extra-`uname -r` -$ curl -sSL https://get.docker.com/ubuntu/ | sudo sh +$ curl -sSL https://get.docker.com/ | sudo sh $ docker run -i -t ubuntu /bin/bash ```