From 932a7e9182980f2228399eea388c011f2ea678ad Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Thu, 7 May 2015 13:34:47 -0700 Subject: [PATCH] Update title slide to have docker container version --- data/slide/010-title.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/slide/010-title.md b/data/slide/010-title.md index 9791431..f42e389 100644 --- a/data/slide/010-title.md +++ b/data/slide/010-title.md @@ -6,6 +6,6 @@ - buddy.sandidge@gmail.com - [github.com/xbudex/phantom-talk](https://github.com/xbudex/phantom-talk) -```bawsh -$ docker run -p 8000:8000 buddys/phantom-talk +```bash +$ docker run -p 8000:8000 buddys/phantom-talk:2015-05-07 ```