Tag: overlay

  • Understanding docker layers and overlay filesystem (19 Nov 2019)
    Docker layers explained - A docker image consists of layers. Each layer is an instruction in the Dockerfile. A container is an image with a writable(or readable) layer or top of other read only layers. This is where an overlayfs comes in to picture.
Image

Mushycode

My thoughtsdump and playground

Back to Overview