I have an extracted container deployed on a shared storage, and want to launch this container locally. However, when I launch this container to run an application, it creates some temporary files inside the container. I do not want to write anything inside the container and want these files to be generated locally (since it may create overhead on the shared storage). How can this be done? Thanks
↧