Hi, I am trying to install and pull the FEniCS but its saying image is not available.
Any suggestion on it, i want to use Fenics on docker( Widows)
docker run -ti -v ${pwd}:/home/fenics/shared quay.io/fenicsproject/latest
It is suggested to use FEniCSx: docker run -ti -v ${pwd}:/home/fenics/shared dolfinx/dolfinx:v0.9.0
For legacy I believe you would need: docker run -ti -v ${pwd}:/home/fenics/shared quay.io/fenicsproject/stable:current
Although I am also getting an error message on the latter:
“docker: [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of Quay to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/.”