Skip to content

Mirror of the official CellProfiler Docker image on GitHub Container Registry (to avoid DockerHub pull rates limitations)

License

Notifications You must be signed in to change notification settings

vemonet/cellprofiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CellProfiler image mirror from https://hub.docker.com/r/cellprofiler/cellprofiler

cf. Github repository: https://github.com/CellProfiler/CellProfiler

Hosted on GitHub Container Registry (ghcr.io) to avoid DockerHub pull limitations, and easily deploy on clusters (such as Kubernetes).

Automatically updated

Publish Docker image

The image on ghcr.io is automatically updated every week (Monday at 3:00 GMT+1) by a GitHub Actions workflow to match the latest tag of cellprofiler

Run

docker run -it -v $(pwd):/root ghcr.io/vemonet/cellprofiler:latest

In the container:

  • User, with sudo privileges: root
  • Workspace path: /root

Set entrypoint to tail -f /dev/null to keep it hanging as a service.

docker run -it --entrypoint tail -v $(pwd):/root ghcr.io/vemonet/cellprofiler:latest -f /dev/null

Build

Feel free to edit the Dockerfile to install additional packages in the image.

docker build -t ghcr.io/vemonet/cellprofiler:latest .

Push

docker push ghcr.io/vemonet/cellprofiler:latest

About

Mirror of the official CellProfiler Docker image on GitHub Container Registry (to avoid DockerHub pull rates limitations)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published