-
# 提出issues前请先确保你看完了部署文档
**描述问题**
docker-compose up 执行报错
**日志和错误信息截图**
$ docker-compose up
ERROR: The Compose file '.\docker-compose.yml' is invalid because:
Unsupported config option f…
-
**Describe the bug**
A fresh install of Embark using "git clone https://github.com/e-m-b-a/embark.git; cd embark; sudo ./installer.sh -d"
fails with
"Creating a EMBArk configuration file .env
d…
-
**Is your feature request related to a problem? Please describe.**
Our docker daemons run with the `registry-mirror=` setting set, as our systems cannot access the internet directly. We have configur…
-
The exclusion list defined in the `.gitguardian.yml` under `secret` > `ignored-paths` is not honoured by the `ggshield secret scan docker` command.
-
JNAS:~$ sudo -s /volume2/docker/syno_docker_export.sh
Synology_Docker_Export v1.0.0
DS918+ DSM 7.1.1-42962-6
synoshare: unrecognized option '--get-real-path'
ERROR docker shared folder not fo…
-
Would you mind making a Docker option to try and run this.?
Additionally, clicking on your demo link gives an SSL certificate warning. Scares off a lot of people.
What ports are required to s…
-
### Expected Behavior
Use `RUN --mount=type=bind` to install dependencies in efficient manner. e.g. Dockerfile:
```
FROM python:3.12-slim
RUN --mount=type=bind,source=myapp,target=/tmp/myapp pip i…
-
We are using `public.ecr.aws/lambda/python:3.8`which uses `rie` as an entrypoint.
We use docker as a local development environment, so we do not need to setup a python **virtualenv** and avoid **"it …
-
I use the following definition for adding the service to one of my stacks:
```
xsltservice:
image: ghcr.io/willemvlh/saxon-server:latest
environment:
# - JAVA_OPTS="-Xmx1g"
por…
-
**Description**
docker stack deploy is additive, in that ... if I have uniquely named services within 2 compose files, after this command ...
`docker stack deploy --compose-file service_1.yml my-s…