Re: [packer] Docker Container Shouldn't Killed

2018-04-06 Thread Saurabh
for this issue. Thank you ! Saurabh On Friday, April 6, 2018 at 1:45:32 PM UTC+5:30, Alvaro Miranda Aguilera wrote: > > Hello > > Packer build a container, and in your code will be commited > > if you check > > > docker images > > the top one will be the new one

[packer] Docker Load Tar File

2018-04-06 Thread Saurabh
Hi All, How I can use packer for docker load --input tomcat.tar command ? Any Solutions for this ? Regards Saurabh -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines

Re: [packer] Docker Container Shouldn't Killed

2018-04-06 Thread Saurabh
": "latest" } ] } ** Docker Container ****** docker run -tdp 80:8080 tomcat ** Docker run command should be perform by packer. Not by manual. Regards Saurabh On Frid

[packer] Docker Container Shouldn't Killed

2018-04-06 Thread Saurabh
{ "type": "shell", "script": "installansible.sh" }, { "type": "ansible-local", "playbook_file": "test.yml" } ] } ***