--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/c5c56e88-ef64-4df7-a44b-f6a5d0bad47d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
if you have an existing image then you don't need packer at allyou can use docker commands like docker image savepacker is a tool that can be used to create docker containers. but if you have those then not sure what would be the benefit of having packer in the middlecan you explain more?
On Wed, Nov 29, 2017 at 12:44 PM, Ori N <oor...@gmail.com> wrote:
Hello,I have several containers, which build together an application with http access.I want to be able to pack this application as an image. What I thought is to use packer to:
- Install OS and docker
- Pull container images from my own private repository
- Run the containers using docker CLI commands
I wanted to get feedback about it. Is it the right way to go?Thanks,Ori
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/c5c56e88-ef64-4df7-a44b-f6a5d0bad47d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Alvaro