Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hizkifw/vagabond
Containerized development environment
https://github.com/hizkifw/vagabond
Last synced: about 1 month ago
JSON representation
Containerized development environment
- Host: GitHub
- URL: https://github.com/hizkifw/vagabond
- Owner: hizkifw
- Created: 2022-08-08T11:35:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T05:51:49.000Z (over 2 years ago)
- Last Synced: 2023-04-06T14:07:36.866Z (over 1 year ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagabond
My personal development environment, containerized
```
# ~/.ssh/configHost nomad
User nomad
HostName localhost
Port 2222
ForwardAgent yes
RemoteForward /home/nomad/.gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent
RemoteForward /home/nomad/.gnupg/S.gpg-agent.extra /run/user/1000/gnupg/S.gpg-agent.extra
```