How do Chef and Docker work together -


i trying migrate applications heroku aws, , want use chef/docker on aws. may need several servers migration web server, app server, db, redis...

i want deployment flow simple heroku; , want minimize configuration of servers on aws; came chef , docker.

i have seen demo on using chef manage docker: http://www.getchef.com/solutions/docker/ still don't have understanding of boundary of chef , docker is.

can give advice on how combine chef , docker together? or need chef @ if going use docker?

you don't need chef use docker.

if not familiar chef doesn't make sense use chef in combination docker. unless trying solve configuration puzzle.

this indeed still evolving. use chef docker , distinguish 3 ways use chef docker:

  1. use vagrant , chef bake docker images.
  2. deploy docker images using chef using resources such docker-service, docker-image , docker-container.
  3. manage runtime configuration of docker container using chef.

1 , 2 doing.

3 try in time. unclear how work. processes managed differently example maybe using supervisor , implies think recipes try manage system services not work correctly.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -