Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wieczorek1990/dev

Docker image for development
https://github.com/wieczorek1990/dev

Last synced: 5 days ago
JSON representation

Docker image for development

Awesome Lists containing this project

README

        

# dev

Docker image for development.

Based on latest Debian. Installs only fish and vim. Starts fish on `docker run`. Mounts `/shared` directory under `/shared` in container.

## Usage

Install docker first, then:

```shell
./build.sh
./start.sh
```

You can provide additional arguments to build and start scripts.

To commit changes after leaving the container run `./commit.sh`.

To run another CLI run `./exec.sh`.