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

https://github.com/gregdel/docker-dev


https://github.com/gregdel/docker-dev

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Docker development container

Used to edit data only docker container.

## Build

```
docker build -t gregdel/dev .
```

## Use

```
docker run -it --rm --volumes-from DATA_CONTAINER gregdel/dev
```