Hi,
I'm trying to get the FEniCS docker images working on a server that our lab group uses for simulations.
On my laptop - the FEniCS docker image takes up 3.5GB in /var/lib/docker. Whilst installing it on the server it uses up 20GB + at which point it runs out of disk space in /var/lib and crashes.
I'm very new to Docker so I'm sure this is mainly due to me not being familiar with it - is there a reason for the image sizes to differ so much ( my laptop is running Ubuntu and the server is running OpenSuse but I don't see why the image is 20GB + )? Has anyone else had this problem and is there a way to get a more lightweight image?
For both my laptop and server the command I used was:
docker run -ti quay.io/fenicsproject/stable:current
Thanks in advance!