Hi All, 

While Running to Packer Build Command. 

at last Docker Container is getting Killed. 

I don't want docker Container should killed. 

It should run Container. 

************************* 
==> docker: Killing the container: 
4fca9b0df6764361fefee08e4053e073ecc869a5de72e76d885dfa4f2f6cda7a
Build 'docker' finished.

**************************
json file : 

*******************************************************************************

{
    "builders": [
        {
            "type": "docker",
            "image": "ubuntu:16.04",
            "commit": "true",
            "pull": "true",
            "changes": [
                "ENTRYPOINT [\"nginx -g 'daemon off;'\"]"
            ]
        }
    ],
    "provisioners": [
        {
            "type": "shell",
            "script": "installansible.sh"
        },
        {
            "type": "ansible-local",
            "playbook_file": "test.yml"
        }
    ]
 }

*******************************************************************************

Looking for the solutions. 

Thank you 
Saurabh 

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/3a2ed913-709f-4998-b370-ddffc2a2680e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to