jpadilla / juicebox

A virtual machine designed for programming workshops.

Home Page:http://jpadilla.github.io/juicebox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker

jpadilla opened this issue · comments

Simple enough to add if we want. Also, we could possibly have setups that people could share in workshops that are easily installable with one line.

#!/bin/bash -eux

echo "==> Installing Docker"
wget -qO- https://get.docker.com/ | sh
sudo usermod -aG docker juicebox

@froi now we have Docker!