back interdiff of round #3 and #2

Add authorized_keys_command.conf to Dockerfile #4

closed
opened by ionchy.ca targeting main from ionchy.ca/knot-docker: main

I couldn't push or pull from any repositories until I set -git-dir following the instructions in knot-hosting, so maybe this file should just created when creating the Dockerfile?

files
rootfs
etc
ssh
ERROR
rootfs/etc/ssh/sshd_config.d/authorized_keys_command.conf

Failed to calculate interdiff for this file.

ERROR
Dockerfile

Failed to calculate interdiff for this file.

NEW
readme.md
···
but you can change it with the `UID` and `GID` build arguments.
```sh
-
docker build -t knot:latest --build-arg UID=$(id -u) GID=$(id -u)
+
docker build -t knot:latest --build-arg UID=$(id -u) GID=$(id -g)
```
The command above for example will create a user with the host user's UID and GID.