Questions tagged [docker-cloud]

Docker Cloud is a service for managing and deploying Dockerized applications.

Docker Cloud is a service provided by Docker for managing nodes on your own servers or various cloud hosting providers, such as AWS, Azure, or DigitalOcean. Use this tag for questions related to Docker Cloud tools and the Docker Cloud API.

Resources

Related Tags

95 questions
0
votes
2 answers

asp.net web api on docker stops

I have a basic web api (owin self host) app and it runs well in my local docker toolbox (windows). But when i started it with docker cloud it starts but after 5 or 6 seconds it stops. i dont know what to do. I'm using mono:latest image and my cloud…
afrikaan
  • 425
  • 5
  • 21
0
votes
2 answers

docker-cloud how to bring your own node

I am using windows machine(Docker Quickstart Terminal) for my Learnig/RnD When I did this…. 19906@EBI222GFWWA MINGW64 ~ $ docker-cloud node byo curl -Ls https://get.cloud.docker.com/ | sudo -H sh -s d8144fbd91fa42e4a7d343cfb5c12a91 I got…
Debo
  • 41
  • 2
0
votes
1 answer

Equivalent of docker-compose.yml parameters in Docker Cloud

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…
Hiruma
  • 629
  • 5
  • 14
0
votes
1 answer

Does my docker-machine AWS EC2 instances show up on docker-cloud web API?

I am a little confused with all the different offerings by docker. So far, I have been using Docker Cloud Web API (cloud.docker.com) to create node-clusters on EC2 instances by linking to my AWS account. Now recently, I wanted to setup a data…
-2
votes
1 answer

How to visit helloworld example in Docker Cloud

I just deployed a node by following docker-cloud, the example is helloworld, after deployed successfully, how can I visit this node from browser?
Xiaomeng Yi
  • 137
  • 2
  • 8
1 2 3 4 5 6
7