Skip to content

Publish docker image snapshot of repo2docker output #4

@minrk

Description

@minrk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions