Wuhuuu...

This commit is contained in:
Johannes Findeisen 2025-06-08 04:05:24 +02:00
commit 26f54c0770
2 changed files with 13 additions and 11 deletions

View file

@ -44,6 +44,12 @@ I manage these Git based $HOME directories/repositories outside of the container
If you do not configure your $HOME directories here, the container creates missing configuration files.
### Create SSH key file
Create a private key without a password.
ssh-keygen -N "" -f home/$USER/.ssh/id_rsa
## Using docker compose
docker compose build
@ -52,10 +58,3 @@ If you do not configure your $HOME directories here, the container creates missi
You can stop the container by executing "exit" or by hiting ctrl+c when attached. You can always detache the container when hiting ctrl+p and then ctrl+q. This is useful if you have a screen or a tmux session runningin your container, or maybe some other applications.
## Using the Dockerfile only (less comfortable and without shared directories)
I recommend not to do it this way! You have been warned!
docker build -t rusty .
docker run -it --entrypoint /bin/bash rusty