mysql - Vagrant + puppet + docker -
i'm new technologies want learn automation , containers stuff.
i read documentation 3 products , want know if possible automate in large environment using products.
vagrant deploy vms (let's 10 @ same time)
docker create containers different softwares. possible create container apache 1 mysql ...? can containers have dependecies between them, if want run mysql container automatically run first apache one?
puppet launch/run dockers containers on vms @ same time.
is possible that? see 3 products complementary want know opinion.
thanks
best regards, hb
i skip vagrant step. docker containers enough in cases.
ad. 2.
of course can create separate containers each instance , app (e.g. 1 server app, 1 database , 1 queue).
you manage dependencies between containers using link
command (read here).
to automate run/launch commands use docker-compose
. handle dependencies, variables, multiple instances , scaling. more here.
Comments
Post a Comment