Update README.md

This commit is contained in:
Vishal 2022-12-21 13:09:08 +05:30 committed by GitHub
parent 07ea9394b0
commit fdc7f7cb1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,21 +39,6 @@ docker run -it nostr_console start
```
# Running Remotely Using Docker
Use Nostr Terminal + Nostr Console to run Nostr Console remotely from a browser.
Build using
```
docker build -f Dockerfile.remote -t nostr_console_remote .
```
Then run using
```
docker run -it nostr_console_remote start
```
Do keep security/privacy factors in mind. The link is basically an online backdoor into the local terminal. Related info [here](https://github.com/vishalxl/nostr_console/discussions/18)
# Use