Please forgive me if these questions are really basic and answered somewhere but I am not finding them…
As an admin for some physically remote systems I need to understand a couple things before I can recommend using Docker containers and images.
-
How are image updates handled and distributed to users? If I create a container with one or more images in it, (acquired from the docker store) deploy it on a remote system, by what mechanism do I acquire updates from the developers of those images, and incorporate those updates into my images/containers on my remote system? Is there some kind of auto update process that I subscribe to? Is version differences somehow automatically detected and is the administrator notified of the availability of newer versions? Where is this documented? I am not finding the answers so maybe I am missing something fundamental and my model/understanding of software development cycles does not apply in the Docker context? Again please forgive me if I am asking a really dumb bunch of questions…
-
On a Linux system (openSuSE in particular) what is the best approach to automatically starting up containers and images after a system reboot? I am familiar with using services and daemons, (YaST, systemctl) and while I see the docker service itself, I don’t see the mechanism by which I would automatically start up a container containing images for say Apache Tomcat or James servers, (or other servers for that matter) Do I need to write my own startup scripts? Or is there some built-in persistent mechanism by which the docker server “knows” what containers and images should be automatically started?
-
If my understanding of Docker is correct, if I want to start up different servers, am I facing the possibility of having to manage different containers with different OS images being used to support each server I want to run? For example, if I install a container to run the Apache Tomcat server, and an Apache HTTP server, an Apache James server, an VSFTPD server etc, will each of these be working in the same OS environment inside their containers, or am I facing having to learn the subtleties of running each server in a different OS environment if/when I connect in to a shell running in the container supporting each server?
I will stop now, am sure I will have many more questions as I learn the ropes… Please be tolerant of my asking basic questions…
Thanks in advance, Marc...