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

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

Awesome Lists containing this project

README

          

# **nocker-alpine**

[![](https://images.microbadger.com/badges/image/jansanchez/nocker-alpine.svg)](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 .
```