puppet - docker enterprise solution? -


i'm looking paid docker solution (enterprise or plugin) can take files repositories in artifactory , create docker image out of them. does such plugin exist?

i'm not sure if should have pre-built 'base' image , add files artifactory or if should build entire image scratch.

my solution:
use docker through puppet. i've set puppet call docker script create image artifactory files. docker script runs hello world since i'm getting started docker , learning commands.
see docker creating image have no idea stored. (maybe doesn't store it?)

is there proper/standard way i'm trying accomplish here? there paid solutions this?
i'm not devops please don't use devops jargon. thanks!

in order information related docker images stored, can execute "docker info" command. sudo if required. reference: https://docs.docker.com/reference/commandline/info/

coming placing files in repository docker, kind of files ? docker has ability take files present in directory , mount inside image virtually. can done using docker run -v command. ref: https://docs.docker.com/userguide/dockervolumes/

you can write dockerfile can take base image , mount required folder/files.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -