Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jansanchez/nocker-wheezy
- Owner: jansanchez
- License: mit
- Created: 2017-04-22T22:02:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T20:32:09.000Z (about 6 years ago)
- Last Synced: 2024-11-13T22:12:53.931Z (about 2 months 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: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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 .
```