Skip to content

data-only container? #1

@quantombone

Description

@quantombone

The online example I see which talk about data-only containers, have Docker files that look like:

FROM ubuntu:14.04
VOLUME /var/lib/mysql
CMD ["true"]

See http://howchoo.com/g/zdq5m2exmze/docker-persistence-with-a-data-only-container

So I'm curious if the mkdir command makes this a non "data-only container"
data-only containers are not supposed to take up space, see http://container42.com/2014/11/18/data-only-container-madness/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions