Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyzyla/dhavn
WIP: tool for running dev containers in the cloud
https://github.com/hyzyla/dhavn
Last synced: 14 days ago
JSON representation
WIP: tool for running dev containers in the cloud
- Host: GitHub
- URL: https://github.com/hyzyla/dhavn
- Owner: hyzyla
- Created: 2020-02-01T12:42:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:51:38.000Z (about 2 years ago)
- Last Synced: 2025-01-16T03:19:29.005Z (16 days ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## dhavn
1) Create droplet/vm/etc
2) (REMOTE) Install docker and sshfs
3) Connect with port forwarding
```shell script
ssh [email protected] -R 10000:yhyzyla:22 -L 5000:localhost:5000
```4) Connect to local directory (ssh server on local machine is required)
```shell script
sshfs -p 10000 -o idmap=user,nonempty y.hyzyla@localhost:/home/y.hyzyla/Work/dhavn workdir
```5) Open localhost:5000 in browser