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
2
votes
2 answers

Deploy Docker Containers from Docker Cloud

I'm new to Docker and am trying to learn more about best practices for deploying Dockerized images. I've built some images on my development host using the Dockerfile and docker-compose.yml below. After building the images, I ssh'd to my production…
duhaime
  • 25,611
  • 17
  • 169
  • 224
2
votes
0 answers

ERROR: Swarm deployment failed with code Failed in docker cloud + azure

I'm using docker for windows I use this tutorial(video) to use docker swarm with azure I did all steps enable azure for docker - Image create a swarm - image configure it - Image Set my ssh key - Image I save it and wait, after so much time i get…
Italo José
  • 1,558
  • 1
  • 17
  • 50
2
votes
0 answers

Exit code 100 on apt-get update in BYON docker cloud build

This is a repost after there was no answer for 3 days. I had a working version of bring-your-own (BYON) Docker cloud and have successfully build on it since months. When I tried to rebuild today, it returned a non-zero code on any apt-get…
Dieter Menne
  • 10,076
  • 44
  • 67
2
votes
2 answers

Exec into docker cloud?

When working locally I often use the docker exec command to look around and debug containers. Is there a way to do this from my PC when the containers are deployed on docker-cloud? I realize there is a terminal tab on the docker-cloud GUI but I'm…
Philip Kirkbride
  • 21,381
  • 38
  • 125
  • 225
2
votes
0 answers

How do I specify a node for a docker stack container?

I have a docker-cloud.yml file that successfully starts a swarm, but it (apparently randomly) selects the nodes that each container runs on. I have associated containers that I want to run in the same node, but I don't see a way to do that. I don't…
danorton
  • 11,804
  • 7
  • 44
  • 52
2
votes
1 answer

How to make docker container be notified when volume from another container was updated?

I have docker container with Nginx and data container with static (JS,CSS) files only. At app start Nginx mounts volume from data container using volume_from. The problem appears when I want to update my static files because Nginx container can't…
2
votes
1 answer

Docker-Cloud "own node" doesn't connect (ubuntu server)

I've tried to connect my vps Server with the dockercloud-agent, but I am not able to get it running. I've tried multiple Ubuntu-Server versions (14.05, 15.05, and 16.xx) docker is installed, the cloud.docker script execuded. On startup I get…
jaecktec
  • 440
  • 4
  • 15
2
votes
0 answers

Docker-Cloud CLI Error on Windows

I'm trying to install the Docker-Cloud CLI with pip, and it installs successfully. However, when I check the version (as suggested by the site), I get the error in the paste below. I'm running Windows 10 and Python 3.6. Traceback (most recent call…
2
votes
0 answers

Running a single Docker Cloud's HAProxy container with SSL and non-SSL simultaneously

I'm using Docker Cloud with https://github.com/docker/dockercloud-haproxy image to load balance underlying containers. I wonder if a single underlying container may be served both with SSL and without? The documentation mentions: SSL termination is…
Denis Mysenko
  • 6,366
  • 1
  • 24
  • 33
2
votes
1 answer

Docker cloud builtin load balancing

When I deploy a new service with 3 containers via docker cloud I get 3 container endpoints and 1 service endpoint. What I want to know is, how works the traffic forwarding on the service endpoint to the containers? Is there a built in load balancing…
user3603632
  • 437
  • 4
  • 17
2
votes
1 answer

docker-cloud repository query doesn't provide a response

I'm trying to query docker-cloud repository using this command docker-cloud repository ls I get this response. NAME IN_USE My repos are located here and have active images https://hub.docker.com/r/fellfromhell/workshop-python/ What am I doing…
Viv Cyriac
  • 86
  • 1
  • 7
2
votes
1 answer

Environment variables for build not visible in Dockerfile

I've set an environment variable (NPM_TOKEN) for my repo in Docker Cloud to use when building my Dockerfile. However, the variable is always empty... Tried both of these in Dockerfile: RUN echo ${NPM_TOKEN} and: ARG NPM_TOKEN RUN echo…
Anders Bornholm
  • 1,326
  • 7
  • 18
2
votes
1 answer

install docker-cloud client using pip

Hi everyone i'm trying to install docker-cloud cli in ubuntu 14:10 using 'pip install docker-cloud' but i'm receiving the error below any idea ? copying lib/yaml/resolver.py -> build/lib.linux-x86_64-2.7/yaml copying lib/yaml/init.py ->…
kira
  • 179
  • 1
  • 1
  • 10
1
vote
0 answers

Status 404 while creating service with docker-cloud

I have docker cloud account and logged in with docker login from cli. Trying to deploy same go application mentioned in this step https://blog.codeship.com/tutum-aka-docker-cloud/. I don't find option to add cloud providers in my account. When…
Sivakumar
  • 1,089
  • 1
  • 13
  • 24
1
vote
0 answers

Cannot deploy my app on a cloud provider

I cannot start my swarm in docker cloud. UNREACHABLE Docker Cloud is receiving heartbeats, but cannot connect to the swarm Resolution: Swarm is not publicly reachable, it may be behind a firewall or NAT
nour
  • 105
  • 8