Last active
November 28, 2019 19:50
-
-
Save constrict0r/f7f5a96a0a81142e5edbd0e60d47c4f9 to your computer and use it in GitHub Desktop.
Ejecutar docker de ciencia para el mal.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Descargar y ejecutar. | |
docker run -v /home/constrict0r/repos/ciencia-para-el-mal/jupyter/:/home/jovyan -p 8888:8888/tcp --name ciencia-para-el-mal -ti jupyter/scipy-notebook:latest | |
# Conectarse a la terminal. | |
docker exec -it ciencia-para-el-mal /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment