mount known_hosts in readme
This commit is contained in:
parent
1b20576be6
commit
3d386f19c7
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
# example run:
|
# example run:
|
||||||
|
|
||||||
docker run -ti --rm -v some_data_volume:/data -e GIT_AUTHOR_EMAIL=a@example.com -e GIT_COMMITER_EMAIL=a@example.com hnrd/toolbox zsh
|
docker run -ti --rm -v some_data_volume:/data -v ${HOME}/.ssh/known_hosts:/root/.ssh/known_hosts:ro hnrd/toolbox
|
||||||
|
|
Loading…
Reference in a new issue