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

https://github.com/deifyed/devenv

Dockerized development environment
https://github.com/deifyed/devenv

Last synced: 8 months ago
JSON representation

Dockerized development environment

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.