Astrid Alaniz 2015
#Sources
tutorial deepdream repo deepdream docker image boot2docker install
-
download and install boot2docker + virtualbox package
-
run boot2docker.exe
-
let it boot. the vm is done booting when you see
User@Computer ~$ _ -
get the deepdream repo packaged by ryankennedyio
docker pull ryankennedyio/deepdream -
wait a while.
-
while you wait, decide which folder to share with the virtual machine (defaults to //c/Users/) use this format on windows
//c/Replace/With/Path/To/Working/Directory -
boot the image with this command
docker run -d -p 443:8888 -e "PASSWORD=password" -v //c/Replace/With/Path/To/Working/Directory:/src/ ryankennedyio/deepdream -
for me the output looked like
Nick@PC ~$ docker run -d -p 443:8888 -e "PASSWORD=password" -v //c/Users/Nick/DeepDreamImages:/src/ ryankennedyio/deepdream985354e97173bdd7ca2753b8e40e0fe3372a21f1580a9a78fce5c2b24bc0098e -
let the vm start and configure itself
-
make sure the vm is running
boot2docker status -
get the server ip
boot2docker ip -
use your web browser to go to
https://the.ser.ver.ip/
##extras
- boot2docker console
resize the console by right clicking on its titleselect propertiesopen the layout tabchange screen buffer size to 200 and 1000 - browsing vm filesystem from boot2docker console
docker pslook for NAMES, the value(s) below are names (will be something odd)docker exec -it odd_name bashyou are now browsing the vm filesystem