sander wrote: 
> I've been following this thread for a while and I have two simple
> questions regarding the compatibility of underlying systems.
> 
> If I set up a docker compose file with all the mount points and ports I
> want, I should be able to seamlessly switch between docker containers by
> change the "image:" entry in the docker-compose.yml shouldn't I? Or is
> there anything that people would change in the docker file which would
> make this not happen?
> 
> On a similar note once my configuration is separated in to a mount point
> or data container, it should be compatible with all containers (even on
> other architectures)? I understand the underlying functionality required
> for plugins might be missing in base container, but there isn't any
> platform/os specific code in the configuration/plugin/state directories
> is there?
> 
> TIA

You will have to check volume namings and any additional env variables
if they are needed from different docker images but if that is the same
you can just change the image and it should work.


------------------------------------------------------------------------
snoopy86's Profile: http://forums.slimdevices.com/member.php?userid=64826
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to