|
|
|
<!-- --- title: Precompiled Packages (docker) -->
|
|
|
|
<!-- --- title: Precompiled Packages (docker/podman) -->
|
|
|
|
|
|
|
|
[](/home)
|
|
|
|
[](/precompiled)
|
|
|
|
|
|
|
|
_Precompiled packages (Docker)_ <br>
|
|
|
|
_Precompiled packages (Docker / Podman)_ <br>
|
|
|
|
|
|
|
|
**Quick-start:** <br>
|
|
|
|
If docker is already installed and setup, simply download the
|
|
|
|
If docker or podman are already installed and setup,
|
|
|
|
simply download the
|
|
|
|
[_openfoam-docker_ script][run-script] and run it.
|
|
|
|
|
|
|
|
Post-process with the [native ParaView][link paraview], for better
|
| ... | ... | @@ -63,7 +64,7 @@ corresponding [packaging/containers][packaging-containers] files. |
|
|
|
OpenFOAM versions and image _flavours_. For example,
|
|
|
|
```
|
|
|
|
$ chmod +x openfoam-docker
|
|
|
|
$ ln -sf openfoam-docker openfoam2206-run
|
|
|
|
$ ln -sf openfoam-docker openfoam2212-run
|
|
|
|
```
|
|
|
|
- Verify that the script (or link) can be executed,
|
|
|
|
and take a look at some of the available options:
|
| ... | ... | @@ -84,7 +85,7 @@ been made, calling it without any arguments will bind in the local |
|
|
|
directory and start the image with an OpenFOAM environment.
|
|
|
|
Eg,
|
|
|
|
```
|
|
|
|
$ openfoam2206-run
|
|
|
|
$ openfoam2212-run
|
|
|
|
```
|
|
|
|
|
|
|
|
This will open an interactive shell with the OpenFOAM environment
|
| ... | ... | @@ -185,9 +186,9 @@ Some possible commands after installing (Linux only): |
|
|
|
shows the local images available. For example,
|
|
|
|
```
|
|
|
|
REPOSITORY TAG IMAGE ID CREATED SIZE
|
|
|
|
opencfd/openfoam-run 2206 abcxxxxxxxxx N days ago 640MB
|
|
|
|
opencfd/openfoam-run 2212 abcxxxxxxxxx N days ago 640MB
|
|
|
|
opencfd/openfoam-run latest abcxxxxxxxxx N days ago 640MB
|
|
|
|
opencfd/openfoam-dev 2206 defxxxxxxxxx N days ago 1.38GB
|
|
|
|
opencfd/openfoam-dev 2212 defxxxxxxxxx N days ago 1.38GB
|
|
|
|
opencfd/openfoam-dev latest defxxxxxxxxx N days ago 1.38GB
|
|
|
|
...
|
|
|
|
```
|
| ... | ... | |