Creating private version of meteor.com for deployment

The simplest method to deploy your application is:

 meteor deploy your-app.meteor.com. 

How can I create my own version of meteor.com so I can do something like:

 meteor deploy your-app.myprivatemeteor. com

Have you checked the documentation?

Thanks for the response.

If you are referring to the ability to have another domain name refer to the meteor.com servers, yes, but that’s not what I’m interested in.

I’d like to set up my own clone of meteor.com. on my own servers. I’d like to be able to perform a simple install to my own servers using the same simple install that meteor.com supports.

Its something that keeps getting passed over in my todo list:

Docker machine seemed the way to go last time I looked into it

https://meteorhacks.com/docker-container-war-and-meteor/