github.com/schwarzm/garden-linux@v0.0.0-20150507151835-33bca2147c47/packer/rootfs/docker_registry/docker_registry.json (about)

     1  {
     2   "builders": [
     3     {
     4        "type": "docker",
     5        "image": "registry",
     6        "export_path": "rootfs/docker_registry/docker_registry.tar"
     7     }
     8   ]
     9  }
    10