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: 2 months ago
JSON representation
An Image for Node.js based in Debian Wheezy
- Host: GitHub
- URL: https://github.com/jansanchez/nocker-wheezy
- Owner: jansanchez
- License: mit
- Created: 2017-04-22T22:02:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T20:32:09.000Z (over 7 years ago)
- Last Synced: 2025-05-15T16:15:53.349Z (about 1 year ago)
- Topics: docker, docker-image, node, yarn
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jansanchez/nocker-wheezy/
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# **nocker-wheezy**
[](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 git@github.com:jansanchez/nocker-wheezy.git
```
## Build
```
docker build -t jansanchez/nocker-wheezy .
```