unionfs Questions

4

At different places I found the information that a docker image can only consist of up to 42 layers. This seems to be a limitation of the used AUFS file system. Can anybody tell me why this l...
Racism asked 8/9, 2016 at 4:18

3

Solved

Is it possible to mount an overlay fs inside a (privileged) docker container? At least my intuitive approach, which works fine outside of a container, fails: > mkdir /tmp/{up,low,work,merged} &g...
Barram asked 21/4, 2021 at 15:11

1

If I have a directory d1/, I know I can mount it at /mountPoint inside a Docker container by doing this: docker run -v /path/to/d1:/mountPoint ... However, I have two directories d1/ and d2/ (le...
Preconize asked 9/3, 2016 at 12:8

1

Solved

Is there a way to mount multiple volumes from a host to form a single target mount point? A bit like this: docker run --name ubuntu_bash \ --rm --interactive --tty \ --volume=/media/Large/videos...
Polson asked 28/8, 2017 at 23:57

2

Solved

From the Docker documentation : The Docker image is read-only. When Docker runs a container from an image, it adds a read-write layer on top of the image (using a UnionFS) in which your applica...
Landwehr asked 21/10, 2016 at 16:12

1

I am trying to benchmark the overall system performance of running Docker using the Phoronix Test Suite 6.4.0 Milestone 2 running inside a fedora:23 image based container. One thing that must be c...
Blatherskite asked 9/5, 2016 at 8:59

2

When committing a running container with docker commit, is this creating a consistent snapshot of the filesystem? I'm considering this approach for backing up containers. You would just have to do...
Eversole asked 2/6, 2014 at 8:2
1

© 2022 - 2025 — McMap. All rights reserved.