Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jansanchez/nocker-wheezy

An Image for Node.js based in Debian Wheezy
https://github.com/jansanchez/nocker-wheezy

docker docker-image node yarn

Last synced: 15 days ago
JSON representation

An Image for Node.js based in Debian Wheezy

Awesome Lists containing this project

README

        

# **nocker-wheezy**

[![](https://images.microbadger.com/badges/image/jansanchez/nocker-wheezy.svg)](https://microbadger.com/images/jansanchez/nocker-wheezy "Get your own image badge on microbadger.com")

An Image for Node.js based in Debian Wheezy

## Run + bash (temporaly)
```
docker run -it --rm jansanchez/nocker-wheezy bash
```

## How to use with Docker Compose (Template and Example)

Example: [https://github.com/jansanchez/nocker-wheezy-app](https://github.com/jansanchez/nocker-wheezy-app)

# **If you want your Own Build**

## Clone repository
```
git clone [email protected]:jansanchez/nocker-wheezy.git
```

## Build
```
docker build -t jansanchez/nocker-wheezy .
```