Displaying items by tag: Build

    Wednesday, 02 March 2016 10:26

    Build your own Docker image

    One of the more important features of Docker is image content management, or image layering. Docker’s layered approach to images (or content) provides a very powerful abstraction for building up application containers. An image provides the foundation layer for a container. New tools, applications, content, patches, etc. form additional layers on the foundation. Containers are workable instances of these combined entities, which can then be bundled into it’s own image.

    Published in Docker

    Please publish modules in offcanvas position.