status of docker compatibility

A subforum specific to the development of the OpenFoam-based workbenches ( Cfd https://github.com/qingfengxia/Cfd and CfdOF https://github.com/jaheyns/CfdOF )

Moderator: oliveroxtoby

markrmau
Posts: 37
Joined: Fri Jan 03, 2020 4:03 am

Re: status of docker compatibility

Post by markrmau »

Apologies. This happened if neither docker or podman was installed. Fixed and re-written.
grd
Posts: 328
Joined: Wed Apr 13, 2022 5:13 am
Location: Eindhoven, The Netherlands

Re: status of docker compatibility

Post by grd »

@markrmau

I am interested in Docker, but since you are working on a server via a "thin" client, how are you going to open files and where are the files being stored?
About Nim. Latest Release 2.0.2. Here is Nim in 100 seconds and a Nim package. There are Qt and OCCT packages.
markrmau
Posts: 37
Joined: Fri Jan 03, 2020 4:03 am

Re: status of docker compatibility

Post by markrmau »

@grd

The openfoam simulation mesh and output files are stored on the same computer that freecad is running on - the local computer directories are accessed by the docker container. On windows there is a transfer overhead unless the fast filesystem integration is used.

The capability has been merged into the main repository now, but is not visible until podman or docker is installed - see the installation instructions here:
https://gitlab.com/opensimproject/cfdof ... r-install
Post Reply