Corey Sanders, Director of Program Management on the Microsoft Azure Compute team announces the NEW release of Debian image in our Marketplace as well as walking us through the Azure Container Service and where to sign up to get started.
- Lookin’ for more details on our Debian GNU/Linux images in the Azure Marketplace – check out the blog on Azure.Com.
- If you’d like more details on the preview of the Azure Container Service – check out Ross Gardler’s blog on Azure.com.
- Interested in signing up for ACS? Here’s the link to the gated preview.
Don’t forget – we’re always looking for Suggestions and Questions here in the comments section OR via twitter #AzureTwC. You never know – you might make it to an upcoming episode and be a virtual star of the show – like THIS one!
Post any questions, topic ideas or general conversation here in the comments OR online on via Twitter.
Any idea how you can get containers listed for this service?
When deploying your service you can choose either Docker Swarm or Apache Mesos with Marathon as the orchestrator/framework for your containers. You use the standard API for the chosen orchestration technology. So for Docker Swarm you would use `docker ps`, for Maraton/Mesos you would use either the UI or the REST API. Of course, you can also use any other tools capable of talking to these orchestrators.
I’m sorry I guess I worded my question poorly. I didn’t mean list my personal containers.
I mean get my container listed in the marketplace. I work on the Rocket.Chat project. We have an official trusted image, we’d like to get listed so that others can easily deploy our platform to Azure like they can with many other services.
Oh I see. Microsoft does not provide a Docker registry, we have a partnership with Docker that means we will be caching images from the official Docker Hub. This means that all you need to do is publish to Docker Hub.
However, you appear to be asking about getting your application listed in the Marketplace. You can find information about this process at https://azure.microsoft.com/en-us/marketplace/partner-program/