2
0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-10-30 21:20:12 +00:00

Created Using nano (markdown)

dnscryptme 2015-12-12 14:41:39 +01:00
parent a9e4bf8576
commit 0b22395246

11
Using-nano.md Normal file

@ -0,0 +1,11 @@
Start a Bash session in your container
`docker exec -it <containername> bash`
and run the command
`export TERM=vt220`
Now you can start and use nano
` nano <file>`