Containers don't have filesysyems per se, but images are created as large as needed by the various commands in the Dockerfile.
Can you describe what you are doing that is running into space related issues in a container? Usually there's a need for volumes to be presented to a container for persistent or logging data etc. Cheers - Matt M On Aug 6, 2015 6:47 AM, "Carl Mosca" <[email protected]> wrote: > Is it possible to resize a container's filesystem? > > TIA, > Carl > > -- > Carl J. Mosca >
