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
0 answers

Why I don't see Swam Mode in Docker Cloud UI?

This is how Docker Cloud UI looks to me: Why there's no Swarm Mode toggle? What am I missing?
0
votes
3 answers

Disable docker swarm mode (Docker cloud)

How can I disable docker Swarm mode in Docker cloud? There used to be a way to do it through dashboard (toggle to switch between cluster and swarm mode) but it has disappeared overnight. Is there a way to do it via CLI? After Before I've…
intelis
  • 7,829
  • 14
  • 58
  • 102
0
votes
3 answers

How to use Docker Swarm Mode to share data between containers?

I have just started using docker . I was able to create a docker compose file which deploys three components of my application ,with the necessary number of replications in one host . I want to replicate the same same thing ,with multiple hosts now…
0
votes
1 answer

How do I copy a file into a docker-cloud container? (AKA How to copy a file over ssh without using scp)

docker-machine has an scp command, but docker-cloud doesn't seem to have any way to transfer a file from my local machine to the cloud container or vice-versa. I'm submitting an answer below that I've finally figured out (in hopes that it will help…
mltsy
  • 6,598
  • 3
  • 38
  • 51
0
votes
1 answer

Deployment of Kubernetes failed due to the error in image pull

I'm trying to deploy Docker image in Kubernetes. When I created deployments and services deployments, pods and replica set were failed showing the message bellow (in minikube). I tried Docker login in power shell. However that doesn't work. As I…
Sasitha Iresh
  • 397
  • 1
  • 5
  • 14
0
votes
1 answer

Docker cloud services stop with script not found

I've been trying to deploy my app with docker cloud stack. I've tested this locally and I've also tested with docker-compose and they worked successfully. However, when I tried to deploy my docker container from my registry which is in my docker…
Hyo
  • 1
  • 2
  • 13
0
votes
1 answer

Error: Cannot find module '@angular-devkit/core' while Docker Build

I am facing this issue while building a Docker via Docker Cloud Building in Docker Cloud's infrastructure... Cloning into '.'... Warning: Permanently added the RSA host key for IP address '104.192.143.1' to the list of known hosts. Switched to a…
code-8
  • 54,650
  • 106
  • 352
  • 604
0
votes
1 answer

Is there something like docker cloud "autodestroy" for Docker Swarm?

I am looking for a way to destroy a single shot container after exiting with success (0). The docker cloud has an option called "autodestroy". Is there anything like that for Docker Swarm? Update I would like to autoremove a successfully exited…
eventhorizon
  • 2,977
  • 8
  • 33
  • 57
0
votes
1 answer

Does Docker Cloud bring your own nodes need to all have the same OS?

Currently, all our nodes are on Ubuntu, but I'm considering switching to CentOS. But I want to stagger the switch over.
Simon Tsang
  • 127
  • 1
  • 3
  • 8
0
votes
1 answer

Does a swarm can be configured to auto check for newer image with the same tag?

I'm playing around with github, travis ci (build manager), digital ocean (cloud), docker hub, docker cloud to create continuous deployment. I have successfuly integrated github with travis ci and with docker hub so new image is created after every…
Stav Alfi
  • 13,139
  • 23
  • 99
  • 171
0
votes
1 answer

Why is my Docker container exposed as TCP instead of HTTP on Docker Cloud

I'm creating a Docker service using Docker Cloud. I created the service using the Docker Cloud website but, my container is exposed as a TCP endpoint and not a HTTP endpoint Container endpoint:…
Abimbola Esuruoso
  • 3,955
  • 1
  • 19
  • 25
0
votes
0 answers

How to manage docker swarm?

I'm trying to set up a docker swarm, and then deploy to it from my local machine. The swarm is up and running with 2 virtual machines, where one of them is manager, and the other is worker. Though now i can't seem to deploy to the swarm.. When i…
Anders Metnik
  • 6,096
  • 7
  • 40
  • 79
0
votes
1 answer

installing docker cloud cli on windows

I am new to docker and setting up the environment in my windows 7 laptop to begin learning. I installed docker through docker toolbox. To install docker cloud cli, I followed the official documentation…
Johnyzhub
  • 382
  • 2
  • 4
  • 18
0
votes
1 answer

Docker Cloud autotest cant find service

I am currently trying to dockerize one of my Django API projects. It uses postgres as the database. I am using Docker Cloud as a CI so that I can build, lint and run tests. I started with the following DockerFile # Start with a python 3.6…
0
votes
1 answer

Debian Stretch upgrade: Deinstalled docker cloud, still in apt lists

I've tried to install docker cloud several months ago but I removed it. Now I have updated to Debian Stretch from Jessie and I get this error when I update via "apt-get update" and don't know how to solve it. Can anyone offer some help? Thanks! sudo…
BobbyOrlando
  • 148
  • 1
  • 2
  • 8