cjrollo / acm

a place to stuff my container work
1 stars 0 forks source link

myfbctf - dockerize it #1

Closed cjrollo closed 8 years ago

cjrollo commented 8 years ago

move from Vagrant to Docker.

cjrollo commented 8 years ago

https://github.com/facebook/fbctf

cjrollo commented 8 years ago

To stay w/Vagrant and run out to a Docker container, use this pattern: https://www.vagrantup.com/docs/docker/basics.html

cjrollo commented 8 years ago

too late! :-(

https://hub.docker.com/r/alexgaspar/fbctf/ https://hub.docker.com/r/qazbnm456/dockerized_fbctf/

cjrollo commented 8 years ago

in addition to the basic Dockerfile (based on the build instruction), I needed to...

install curl install software-properties-common touch /etc/update-motd.d/51-cloudguest patch ./extra/lib.sh to start mysql-server ("sudo service mysql start")