jang430 Posted June 24, 2015 Share Posted June 24, 2015 Why is it recommended to start with 10 GB image size? Where does the docker apps get installed? Is it inside that docker image? Link to comment
itimpi Posted June 24, 2015 Share Posted June 24, 2015 Why is it recommended to start with 10 GB image size? Where does the docker apps get installed? Is it inside that docker image? Yes - the apps get installed inside the image. It is only the software that goes into the image - their configuration data and working data are held outside the image. User experience has shown 10GB to be a good size for light to moderate docker use. It is easy to increase it later, but not so easy to reduce its size (as that requires re-downloading the docker containers you are using which might be resaonably signifcant download). Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.