Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/higebu/docker-alpine-dev


https://github.com/higebu/docker-alpine-dev

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# docker-alpine-dev

Docker image for Alpine Linux Development

## Usage

```
docker run -d --name alpine-dev \
-e USER_NAME="Yuya Kusakabe" \
-e USER_EMAIL="[email protected]" \
higebu/alpine-dev
docker exec -ti alpine-dev /bin/sh
```