https://github.com/jansanchez/nocker-alpine
An Image for Node.js based in Alpine Linux
https://github.com/jansanchez/nocker-alpine
alpine-linux docker docker-image node yarn
Last synced: 2 months ago
JSON representation
An Image for Node.js based in Alpine Linux
- Host: GitHub
- URL: https://github.com/jansanchez/nocker-alpine
- Owner: jansanchez
- License: mit
- Created: 2017-04-22T16:39:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T18:31:28.000Z (almost 7 years ago)
- Last Synced: 2025-05-31T15:28:20.081Z (about 1 year ago)
- Topics: alpine-linux, docker, docker-image, node, yarn
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jansanchez/nocker-alpine/
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# **nocker-alpine**
[](https://microbadger.com/images/jansanchez/nocker-alpine "Get your own image badge on microbadger.com")
An Image for Node.js based in Debian Alpine
## Run + bash (temporaly)
```
docker run -it --rm jansanchez/nocker-alpine sh
```
## How to use with Docker Compose (Template and Example)
Example: [https://github.com/jansanchez/nocker-alpine-app](https://github.com/jansanchez/nocker-alpine-app)
# **If you want your Own Build**
## Clone repository
```
git clone git@github.com:jansanchez/nocker-alpine.git
```
## Build
```
docker build -t jansanchez/nocker-alpine .
```