Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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