0

I started playing with Docker Cloud and am trying to deploy a tomav/docker-mailserver container to an EC2 instance. The EC2 and dockercloud-agent seems to work fine for container deployment.

The docker-compose.yml uses hostname and domainname parameters which are required to properly configure it, but I can't find their equivalent in Docker Cloud's interface.

One of them is using the container auto-generated name, which I need to override.

Anybody knows if I am missing something ? Or is it not possible yet ?

Thank you for your help !

Hiruma
  • 629
  • 5
  • 14

1 Answers1

2

What you want is a stack file, roughly equivalent to docker-compose

EvanK
  • 1,052
  • 1
  • 10
  • 23