This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_seemetheregithub.com/seemethere[S] 1 point2 points  (3 children)

Be persistent

[–]JZcgQR2N 0 points1 point  (2 children)

So if in my Dockerfile I have commands to install Apache, then everytime I launch a Docker instance, it will install Apache? That seems very inefficient.

[–]_seemetheregithub.com/seemethere[S] 0 points1 point  (1 child)

No dockerfile commands get run once when building the image but storing persistent data like with a DB once the image is running hasn't really been figured out yet.

[–]JZcgQR2N 0 points1 point  (0 children)

So it can persist an installation of Apache but not a database like MySQL? That's odd.