Skip to content

Instantly share code, notes, and snippets.

@dohuyhoang
dohuyhoang / docker-on-vm.yml
Created July 10, 2014 12:49
OpenStack Heat template for deploy docker on VM
heat_template_version: 2013-05-23
description: Single compute instance running cirros in a Docker container.
parameters:
private_net_id:
type: string
description: Neutron Network ID for the server
public_net_id:
type: string