openfoam
🐳 Docker images of all variants of OpenFOAM
50K+
Docker images of both major distributions of OpenFOAM.
Mutliple versions available.amd64 and arm64 architectures are supported.
docker runAssuming you have Docker installed, the following command will run the image and mount the current directory so that you can access the files in it.
docker run --rm -it -v $PWD:/root -w /root microfluidica/openfoam:tagname
Replace tagname with the desired tag as listed below (or leave the tag empty to get the latest tag).
openfoam-docker launch scriptopenfoam-docker -image=microfluidica/openfoam:tagname
apptainer run docker://microfluidica/openfoam:tagname
Use these images as a base image for your own OpenFOAM-based projects by creating a Dockerfile like the following:
FROM microfluidica/openfoam:tagname
COPY . /usr/local/src/myproject
RUN /usr/local/src/myproject/Allwmake -j -prefix=group \
&& /usr/local/src/myproject/Allwclean
latest, com, 2606slim, com-slim, 2606-slim25122512-slim25062506-slim24122412-slim2406 (amd64 only)2406-slim (amd64 only)2312 (amd64 only)2312-slim (amd64 only)2306 (amd64 only)2306-slim (amd64 only)2212 (amd64 only)2212-slim (amd64 only)2206 (amd64 only)2206-slim (amd64 only)2112 (amd64 only)2112-slim (amd64 only)2106 (amd64 only)2106-slim (amd64 only)2012 (amd64 only)2012-slim (amd64 only)2006 (amd64 only)2006-slim (amd64 only)1912 (amd64 only)1912-slim (amd64 only)The slim images don't include the source code, development tools (e.g. a compiler), or tutorial cases.
org, 13121110 (amd64 only)9 (amd64 only)8 (amd64 only)7 (amd64 only)6 (amd64 only)5 (amd64 only)Content type
Image
Digest
sha256:7ccd415b7…
Size
495.9 MB
Last updated
4 days ago
docker pull microfluidica/openfoamPulls:
1,089
Last week