https://github.com/deifyed/devenv
Dockerized development environment
https://github.com/deifyed/devenv
Last synced: 8 months ago
JSON representation
Dockerized development environment
- Host: GitHub
- URL: https://github.com/deifyed/devenv
- Owner: deifyed
- License: mit
- Created: 2023-01-24T12:46:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T19:31:51.000Z (over 1 year ago)
- Last Synced: 2025-02-07T20:29:44.368Z (over 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devenv
## Usage
### Run script
```shell
# Print usage
sh run.sh -h
# Mount ~/.ssh folder and a workdir
sh run.sh -s .ssh -w "./target"
```
### Direct container usage
Run `docker run -it ghcr.io/deifyed/devenv` to enter the development environment.
Add `--volume type=bind,source=,destination=/home/dev/project` to mount your project directory
into the container.
## Motivation
Github codespaces are cool. Chromebooks are cool. I like it simple.