Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/docker-alpine-dev
https://github.com/higebu/docker-alpine-dev
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/docker-alpine-dev
- Owner: higebu
- Created: 2015-06-08T13:57:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T07:00:05.000Z (over 9 years ago)
- Last Synced: 2024-10-04T19:44:28.529Z (4 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```