-
{
"hub-mirror": [
"langgenius/dify-api:0.6.11",
"langgenius/dify-api:0.6.11",
"langgenius/dify-web:0.6.11",
"postgres:15-alpine",
"redis:6-alpine",
…
-
```docker
# alpine-slim/Dockerfile
ENTRYPOINT ["/docker-entrypoint.sh"]
EXPOSE 80
STOPSIGNAL SIGQUIT
CMD ["nginx", "-g", "daemon off;"]
```
```bash
# entrypoint/docker-entrypoint.sh
if …
ne555 updated
3 months ago
-
Hi.
**Description**
I'm testing how much docker health checks can be handled in a single docker node.
Basically I know that docker health check uses docker_exec and I think that the performance…
-
**Checklist**
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have yo…
-
I have the following problem, using docker-compose.yaml from the repository, Teampass starts, but users are not displayed in the list of users, but it allows me to create new users.
**Operating sys…
-
You will get the below error when using the latest alpine 1.16.0
```
docker run -it -v ${PWD}/nginx.conf:/etc/nginx/nginx.conf nginx-proxy sh
/etc/nginx/nginx -g "daemon off;"
2022/06/08 15:1…
-
**Actual behavior**
Tekton is using Kaniko to build a Docker image from alpine and recently the builds started failing.
_TL;DR_
The alpine:3.12 image has /var/run aliased to /run. When runnin…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
Every time I try to install a package via `apk add` I get IO ERRORs:
``` sh
apk add --update --no-cache ca-certificates
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz…
-
Dockerfile:
```
FROM nginx:alpine
COPY logo.png /usr/share/nginx/html/
```
results in:
```
$ docker-compose build app
Building app
Step 1/3 : FROM nginx:alpine
---> 377c0837328f
Step 2/3…