SQL command line interpreter for astronomical surveys Edit
1.5K
This image uses conda installation and jupyter installation
To run easyaccess:
docker run -it mgckind/easyaccess easyaccess
To persist data in local path:
docker run -it -v $PWD:/home/jovyan/work mgckind/easyaccess easyaccess
To run jupyter notebook from inside the container and expose port:
docker run -d -p 8888:8888 -v $PWD:/home/jovyan/work mgckind/easyaccess start-notebook.sh --NotebookApp.token=''
And go to your http://localhost:8888
Content type
Image
Digest
Size
1.1 GB
Last updated
over 7 years ago
docker pull mgckind/easyaccess