Skip to content

Docker / singularity image def containing the latest CDFTOOLS

Notifications You must be signed in to change notification settings

willirath/cdftools_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CDFTOOLS Container

Build

(We use @kathoef's docker2singularity here.)

$ docker pull kathoef/docker2singularity:latest
$ docker build -f Dockerfile -t localhost/cdftools .
$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock:ro -v ${PWD}:/output \
  kathoef/docker2singularity singularity build cdftools.sif docker-daemon://localhost/cdftools:latest

Then, scp or rsync the cdftools.sif to wherever you want to use it.

See the Dockerfile for details.

Run

To see the help dialogue of cdfmoc with Docker:

$ docker run -v $PWD:/work -w /work cdftools:latest cdfmoc

And with Singularity / Apptainer:

$ singularity run -B $PWD:/work -W /work cdftools.sif cdfmoc

About

Docker / singularity image def containing the latest CDFTOOLS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published