pwFoo
pwFoo
Investigate using LinuxKit system containerd for examples/docker.yml via dockerd --containerd option
Quick test failed. Maybe something changed (linuxkit containerd namespace for example). It was easy like that: 1. use default docker.yml 1. add binds ``` - name: docker image: docker:17.07.0-ce-dind capabilities:...
Caddy-l4 combined with caddy-docker-proxy would be great! At the moment I use an older sshpiper with docker-gen and a custom quick and dirty script to proxy SSH / sftp.
Oh, I plan a docker update. So following here...
Show current running caddyfile would be great for debugging.
After some testing it looks like rustybox can't build static? ``` # ldd /rustybox/target/x86_64-unknown-linux-gnu/release/rustybox linux-vdso.so.1 (0x00007ffcaffaf000) libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f3ff2477000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f3ff2472000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f3ff2468000) libpthread.so.0 =>...
Tried it: ``` | 396 | / (0u32
Dockerfile to try the build: ``` FROM rustlang/rust:nightly AS rustybox RUN apt-get update && \ apt-get install -y \ musl-dev RUN rustup target add x86_64-unknown-linux-musl --toolchain=nightly RUN git clone https://github.com/samuela/rustybox.git...
Would be great to have a static rustybox working 👍
Hi, is there progress with rustybox / static musl build?
At the moment packet manager (dnf, apk) "fails" because of missing chown permission? Also with `--cap-add ALL`? ``` [...] ERROR: Failed to set ownership on usr/share/ca-certificates/mozilla/.apk.98f02a02524d1283cdee634deae5dab2496d85edf5ccf349: Invalid argument ERROR: Failed...