// Acornfile
containers: {
	app1: {
		image: "nginx"
		ports: publish: "80/http"
	}
} 
