LnL7 / nix-docker

Docker images for the Nix package manager
MIT License
288 stars 41 forks source link

Update README.md: use `docker cp` instead of `scp` #38

Closed denar50 closed 2 years ago

denar50 commented 2 years ago

Docker is a requirement in this setup. I have had problems trying to use scp despite having the docker_rsa key configured in my ssh config. I think you can avoid all this hassle by simply using docker cp.

chasecaleb commented 2 years ago

I'm not the maintainer, but I can confirm this works for me and I think it's a good change.