To publish a snapshot 1. install repo2docker (`pip install jupyter-repo2docker`) 2. build the image with repo2docker: ``` jupyter-repo2docker --image-name pscan https://github.com/SystemsBiologist/PSCAN --ref master ``` will have output like: ``` Successfully tagged pscan:latest ``` 3. tag and publish the image: ``` publicimage="minrk/pscan:$(date +%Y-%m-%d)" docker tag pscan $publicimage docker push $publicimage ``` 4. now the image is available at https://hub.docker.com/r/minrk/pscan
To publish a snapshot
install repo2docker (
pip install jupyter-repo2docker)build the image with repo2docker:
will have output like:
tag and publish the image:
now the image is available at https://hub.docker.com/r/minrk/pscan