git clone https://github.com/crumpfhuber/docker-clionremote.git
The Public SSH Key File has to be namend
id_ed25519.pub
!!
ssh-keygen -t ed25519
docker build -f ./Dockerfile -t crumpfhuber/clion-remote .
docker run -d --name clion-remote --hostname="clion-remote" -p 25850:22 --restart=always -it crumpfhuber/clion-remote:latest