Matthias Ludwig
Matthias Ludwig
Hi, I wanted to measure the time it takes to send/receive some basic values (float) from a process to another. One test with a pipe and another with a queue....
In some cloud or bare metal environments so called floating or failover ip's are provided. Those can be assigned to any server as required. Using a daemon tracking the life...
Hi, I tried to setup docker swarm over wesher and run into a port conflict. According to the docker swarm [docs](https://docs.docker.com/engine/swarm/ingress/) swarm uses TCP and UDP port 7946. Cause docker...
### Problem At the moment you can't deploy a stack with non existing configs/secrets. Only `external=true` is possible. ### Goal 1. Similar behaviour like `docker stack deploy -c stack.yml test`...
I use a folder `/btrfs/system` to mount my btrfs root. Inside `/btrfs/system` I place snapshots inside `/btrfs/system/snapshots`. ```bash tree -d -L 1 /btrfs/system/ /btrfs/system/ ├── @home ├── @root ├── snapshots...
Hi, I have some images in dual use: on kubernetes with acorn and in older environments or for special dev jobs with docker. Is there a simpler way to "extract"...
Hi, today I upgraded from v0.7.0 to v0.8.0 and observed, that the image upload to the internal registry didn't worked. I investigated the problem and found several `filesystem: mkdir /var/lib/registry/docker:...
If I upload an acorn image to gitlab registry, the registry always shows the following warning:  Cause of that the image size will not be shown correctly. The good...
Hi, is it somehow possible to install acorn with an existing encryption key-pair? The acorn-XXX-enc-keys secret(s) in the acorn-system namespace seems to hold the keys. But the name changes on...
Is the project still alive? Tried it out with Elixir 1.4 inside Docker, but can't get it to work.