-
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
**Describe the results you received:**
Running `docker image prune …
-
I'm using the attached docker compose file [kafka.zip](https://github.com/confluentinc/kafka-images/files/7379320/kafka.zip), and these commands
docker swarm init
docker stack deploy --prune --wit…
-
https://hackmd.io/s/ry1kbJZfm
In order to be useful on mobile phones and other light hardware (storage and bandwidth impaired) swarm must support a "light mode".
**Light on storage:**
A swarm …
-
Are there plans to support clustering Kafka via Docker swarm mode, which is new in Docker v1.12.0? With the new swarm you can define services and automatically scale them up or down. Plus docker handl…
-
**Description**
All the time I used command like this:
```bash
docker service create --name logstash --hostname logstash --mode replicated --endpoint-mode vip --with-registry-auth --log-driver=…
-
It would be useful to have "docker service restart" command (docker 1.12 swarm mode):
```
docker service --help
Usage: docker service COMMAND
Manage Docker services
Options:
--help Print …
-
**Description**
When using
docker swarm init --advertise-addr "1.2.3.4:1234" --external-ca "protocol=cfssl,url=http://1.2.3.4:1234"
to initialize a swarm, the `--external-ca` option isn't…
-
**Description**
Notice bellow that docker stack services reported 2/1 replicas.
```
vce > docker stack services blue
ID NAME MODE REPLICAS …
-
Hi,
On Windows 10 15063, I can not contact the container on the NAT ip from the inside or the outside.
Steps-to-reproduce:
- Enable Containers and Hyper-V features
- Reboot
- Install Docker…
-
### Component(s)
receiver/hostmetrics
### What happened?
## Description
My otel collector is running in a container. I've followed the documentation to ensure that it is actually monitoring the ho…