github.com/cloudfoundry-attic/garden-linux@v0.333.2-candidate/packer/rootfs/preexisting_users/preexisting_users.json (about) 1 { 2 "builders": [ 3 { 4 "type": "docker", 5 "image": "cloudfoundry/preexisting_users:latest", 6 "export_path": "rootfs/preexisting_users/preexisting_users.tar", 7 "run_command": ["-d", "-i", "-t", "{{.Image}}", "/bin/sh"] 8 } 9 ] 10 } 11