-
## Bug Report
**Current Behavior**
1.) Upload an image and configure the title in the metadata
2.) Create a page and open it. In Tab "Image" select that image as a "Featured Image". Select ch…
-
Hi
Original issue is here: https://github.com/docker/compose/issues/10229
We have very simple Docker Compose configuration that was built successfully until last upgrade to Docker 4.16.3.
Docke…
-
### Description
By default docker has this IP table rule
```
-A FORWARD -o docker0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
```
As I understand it needs conntracker to work.
Using …
-
**Description**
Hey,
There should be a flag (that IMHO suppose to enabled by default) for:
docker node update --availability drain command which wait until swarm services are completely rebalanc…
-
Hi there,
**Description**
as [already asked](https://github.com/docker/compose/pull/5314) for docker compose it would be nice to have that feature also for `docker stack deploy`.
stop_grace_perio…
-
**Steps to reproduce the issue:**
1. I have a Dockerfile `FROM node:alpine`. This base image defines `CMD ["node"]`.
2. In my Dockerfile, I set my own custom entrypoint: `ENTRYPOINT [ "/usr/local/…
ghost updated
1 month ago
-
**Description**
Would it be possible to specify differents ports used by Docker Swarm communications than the one by defaults?
* 7946 TCP/UDP
* 4789 UDP
* 2377 TCP
On some environments,…
-
### Version & Environment
Redpanda version: (use `rpk version`): v23.2.8 (rev 2f0de101c)
Please also give versions of other components:
- Operating System Windows 11 with WSL2
- Any Kafka cl…
-
如题,从docker镜像官网找不到,用docker管理实在太方便了,如果能支持就好了。
ghost updated
5 years ago
-
**Description**
I am attempting to deploy a very basic proof of concept swarm consisting of two services: a gateway and an non-public api endpoint that returns a string.
The API and Gateway are made…