mirror of
/repos/rpi-node.git
synced 2025-12-31 08:11:29 +01:00
20 lines
394 B
Markdown
20 lines
394 B
Markdown
# rpi-node
|
|
Docker Image packaging for Node.js, used for Raspberry Pi
|
|
|
|
### build the Docker Image
|
|
```bash
|
|
make build
|
|
```
|
|
|
|
### run the Docker Image and get version of installed Node.js
|
|
```bash
|
|
make version
|
|
```
|
|
|
|
### push Docker Image to Docker Hub
|
|
* First, use a `docker login` with username, password and email address
|
|
* Second, push Docker Image to the official Docker Hub
|
|
```bash
|
|
make push
|
|
```
|