distroless Questions
1
Solved
Distroless images comes with 3 users :
> docker run --rm --entrypoint cat gcr.io/distroless/nodejs:debug /etc/passwd
root:x:0:0:root:/root:/sbin/nologin
nobody:x:65534:65534:nobody:/nonexistent:...
Rattlepate asked 1/9, 2022 at 10:41
1
Solved
I was trying to get a minimal example go app running inside a docker container.
But I kept getting exec /app: no such file or directory when running the container.
I checked and double checked all ...
Garboil asked 23/6, 2022 at 7:28
1
I'm following the guide at https://docs.docker.com/language/golang/build-images/ to learn the best way to do a multistage Docker build for a Go application. I cloned the repo:
git clone https...
Mikes asked 25/2, 2022 at 7:6
1
© 2022 - 2024 — McMap. All rights reserved.