-
This is a follow up on #108703 which migrated from Compose standalone (`docker-compose`) to Compose plugin (`docker compose`) on Windows.
`docker-compose` is deprecated and broken in some environment…
-
**Describe the bug**
Setting up custom ccg plugin on my local machine to run windows containers as non-domain joined failing with RPC error.
**To Reproduce**
Steps to reproduce the behavior:
…
-
I clone this repository on my local machine. I do these steps as bellow:
cd /compose
docker-compose up
output:
[+] Running 1/0
✔ Container compose-kong-1 Created …
-
### Description
Defining secret with the value of environment variable in included docker-compose.yml from one level up directory on Windows using command prompt leads to error: "secrets.token Additi…
-
### Describe the issue
I have an S3 bucket with files partitioned by date and country. I want to check if files are available for the current date and return the list of available prefixes. When file…
-
### Description
Abstract:
When enabling pasta in rootless Docker, users cannot bind ports with the localhost IP address, making published ports unreachable.
Detail:
In the [doc "Published ports"](…
-
I'm getting this error when I query `nginx.test` through CoreDNS.
I've tried multiple combinations of directive options, same result for them all.
I want to use this plugin to handle entries based…
p3lim updated
9 months ago
-
### Describe the issue
Using the following flow:
```yaml
id: sandbox
namespace: company.team
tasks:
- id: pause
type: io.kestra.plugin.core.flow.Pause
delay: PT5S
- id: hello
…
-
### Description
Since upgrade to 4.34.1 docker is not accessible from WSL2 terminal.
The desktop app seems healthy and docker works from Windows Powershell
$ docker ps
Cannot connect to the Dock…
-
### Description
I'm running the following Docker Compose setup:
https://github.com/jo-tools/docker/blob/main/local-cubesql-volumes/docker-compose.yml
This runs a Database Server (cubeSQL) and a…