Custom Domains

Adding a Custom Domain

To use www.example.com with your ramen.www service:

$ dotcloud alias add ramen.www www.example.com

The command will show you the DNS records to use to complete the setup. Your service will be available on your custom domain as soon as the DNS setup is done.

Note

You can also use wildcard domains, by using a domain like *.example.com.

Removing a Custom Domain

$ dotcloud alias remove ramen.www www.example.com

Naked Domains

You cannot use a “naked domain” (i.e. an address without an host part, like my-own-domain.com). See why on our forum.