Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bottlerocketlabs/localpod
Do your projects terminal based dev work (vim/tmux/etc) in it's own container
https://github.com/bottlerocketlabs/localpod
docker tmux vim
Last synced: 2 days ago
JSON representation
Do your projects terminal based dev work (vim/tmux/etc) in it's own container
- Host: GitHub
- URL: https://github.com/bottlerocketlabs/localpod
- Owner: bottlerocketlabs
- License: mit
- Created: 2021-01-20T08:32:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T10:49:40.000Z (about 2 years ago)
- Last Synced: 2024-11-02T07:20:40.536Z (about 2 months ago)
- Topics: docker, tmux, vim
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# localpod
a bare minimum version of [gitpod.io](https://www.gitpod.io/) for local development
start up a preconfigured/shared development environment locally
configured via environment variables or config files
vscode and localpod both use `.devcontainer.json` - https://code.visualstudio.com/docs/remote/devcontainerjson-reference (not fully supported yet)
## dependencies
* docker
* a terminal## tips
inside the container, file within `/.ssh/*` are copied into the users home directory and given the correct permissions, an ssh-agent is started and the default private key names are added.