back interdiff of round #2 and #1

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.

REVERTED
readme.md
···
The command above for example will build the latest commit on the `master`
branch.
-
By default it will also create a `git` user with user and group ID 1000:1000,
-
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)
-
```
-
-
The command above for example will create a user with the host user's UID and GID.
-
This is useful if you are bind mounting the repositories and app folder on the host,
-
as in the provided `docker-compose.yml` file.
-
<hr style="margin-bottom: 20px; margin-top: 10px" />
When using compose, it can be specified as a build argument which will be