I think you are looking for *) volumes, changes VOLUMES will only affect the resulting image.
*) https://packer.io/docs/builders/docker.html#volumes On Sun, Nov 4, 2018 at 10:45 AM <[email protected]> wrote: > Hi All! > > I'm quite new to this, and was trying to map a local folder > /home/evan/code into a docker image, to test sharing code between the two. > I have the following code below, however it seems the entire local root > volume is trying to be mounted into /tmp/code. Is this by design ? The > container is running as root, however of course my local folder is owned by > my user - if that is effecting things potentially ?. How do I simply mount > the local folder /home/evan/code to /tmp/code inside of the container ? > > Many thanks! > > > /dev/mapper/mint--vg-root 213G 12G 191G 6% /tmp/code > > > "builders": [{ > "type": "docker", > "image": "centos", > "commit": true, > "pull": true, > "changes": [ > "VOLUME /home/evan/code /tmp/code" > ] > }], > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/packer-tool/8b78defe-3d56-48fd-80d9-8644d97a3876%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/8b78defe-3d56-48fd-80d9-8644d97a3876%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CALz9Rt_pixUq4Y64BDNx-a%2BAUtKfXig_ORV%2B0mc4%2BggKy2p16w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
