Skip to content

Instantly share code, notes, and snippets.

View squioc's full-sized avatar

Sébastien Quioc squioc

View GitHub Profile
@squioc
squioc / commands.sh
Created December 2, 2017 14:44 — forked from jseguillon/commands.sh
Devops rennes 2017 hands on Terraform Openstack
##
docker pull jseguillon/openbox || docker pull jseguillon/openbox:alpine
git clone https://gist.github.com/2c2b2220a4b9e294733e6ff09966f591.git dops-ren && cd dops-ren
##
ssh-keygen -f ./openstack -b 4096
#ovh 4096 key
docker run -d -it --name dops-ren --mount type=bind,source="$(pwd)",target=/usr/share/source jseguillon/openbox:alpine
#Or non alpine