There are quite a few more options, as highlighted in GitHub - FEniCS/dolfinx: Next generation FEniCS problem solving environment
I would suggest having a look at:
You can start and stop a container with a name by calling docker container start -i name_of_container
docker container stop name_of_container
1 Like