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
1 answer

Can’t link to MS Azure account

The documentation for linking a MS Azure account appears to drastically differ from the actual Docker Cloud UI: How can I link my Docker Cloud account with my MS Azure account?
AxD
  • 2,714
  • 3
  • 31
  • 53
0
votes
1 answer

Docker data volume support on Docker Cloud

In local development you can use docker-compose to attach data volume containers to app/db containers like so: mongo: image: mongo:3 volumes: - data:/data/db ports: - 27017:27017 - 28017:28017 volumes: …
joshontheweb
  • 612
  • 1
  • 6
  • 18
0
votes
1 answer

Docker container from docker cloud on windows

I've some repositories on docker cloud. I build and deploy it on my home ubuntu server and that work well. On my home server, I can access these services with their url (like http://registry:8761). I'm trying to run my service on Kitematic on…
0
votes
1 answer

How can you push using git to a Docker Cloud Repo?

I'm trying to use GIT to push code to Docker Cloud instead of docker push, and get automated builds going? Thanks.
navy_green
  • 83
  • 2
  • 7
0
votes
1 answer

Add Domain name to Docker Cloud node

I have created a node cluster on Docker cloud. I have one for the website and one for the DB. I have an IP address for the website, but I would like to be able to associate a sub-domain to it. Does anyone know how, or if I can do that?
ncbl
  • 1,295
  • 2
  • 12
  • 19
0
votes
1 answer

How to hide or delete terminated containers, services or stacks?

Is there a way to stop displaying the terminated containers, services or stacks in either the web UI or on the CLI? It's starting to become cluttered and difficult to isolate what I'm working on amongst the terminated test containers etc.
Kevin Monk
  • 1,434
  • 1
  • 16
  • 23
0
votes
1 answer

How to add google registry (gcr.io) as 3rd party registry (docker cloud)?

I followed this Google container - using an access token but it does not work. The error is: Cannot authenticate with gcr.io: 401 Client Error: Unauthorized for url: eu.gcr.io/v1/repositories/organization/repository/tags However, it works on my…
0
votes
1 answer

Docker, dockercloud and Cron

I have a dockerfile which automates the building of an image. I am using the docker cloud, connected to Digital Ocean as the server. Within my dockerfile, I get the software I need, add the relevant GitHub repository containing the python scripts…
LearningSlowly
  • 8,641
  • 19
  • 55
  • 78
0
votes
0 answers

how to host a java jar with my restlet server on docker cloud

I have a java project built with Restlet Framework. The Project consist of a java file with Server code and other files that are the routes that handle the request. I have made jar of my project. This jar is running on my machine. I want to put my…
Prateek Sharma
  • 127
  • 1
  • 11
0
votes
1 answer

Run Docker Cloud

Im new in Docker, I tried to run Docker Cloud with the command: # docker run dockercloud/cli When I run the docker image nothing happens, I can only see this: usage: docker-cloud [-h] [-v] …
0
votes
1 answer

Docker: ECS vs Beanstalk vs Docker Cloud

I'm looking for the easiest and fastest way to manage a microservices scalable infrastructure. I chose to use Docker. But so far, I've faced some different ways to go. AWS ECS AWS Elastic Beanstalk Docker Cloud Which one would you go? Why?
0
votes
1 answer

Agent: “TLS handshake error from 52.6.30.174:15012: remote error: bad certificate”

When I try bring own server on docker cloud I got next error: TLS handshake error from 52.6.30.174:53294: remote error: bad certificate. Please help me.
user6809552
  • 11
  • 1
  • 2
0
votes
0 answers

Containers on different hosts are not reachable

I have a stack with 2 servcies: 1. dockercloud/haproxy as load balancer 2. mycustom/nginx for ssl termination I have 2 hosts and each service has 2 containers. One on every host. Host 1: * Haproxy-1 (IP: 10.7.0.9) * Nginx-1 (IP: 10.7.0.7) Host 2: *…
user3603632
  • 437
  • 4
  • 17
0
votes
1 answer

How to manage deployment?

I am new to DevOps, and need to develop a strategy for a growing business that will handle many different services/nodes (like 100). I've been learning about Docker, and it seems like Docker Cloud is a good service, but I just don't really know the…
novasaint
  • 700
  • 8
  • 13
0
votes
1 answer

Unable to start jetty container on Docker cloud

I try to start a jetty 9 container with my web.war application on docker cloud. The docker image work well on my computer, but stop after the startup when I run it on docker cloud. Here are the logs : 2016-07-25T06:15:47.715314954Z 2016-07-25…
Oreste Viron
  • 3,592
  • 3
  • 22
  • 34