mirror of
/repos/rpi-node.git
synced 2025-12-31 08:11:29 +01:00
improve readme
This commit is contained in:
parent
9eafb8efb4
commit
6c9474b82e
14
README.md
14
README.md
@ -1,19 +1,21 @@
|
|||||||
# rpi-node
|
# rpi-node
|
||||||
Docker Image packaging for Node.js, used for Raspberry Pi
|
Raspberry Pi comptible Docker baseimage with Nodejs preinstalled.
|
||||||
|
|
||||||
### build the Docker Image
|
Run all the commands from within the project root directory.
|
||||||
|
|
||||||
|
#### Build the Docker Image
|
||||||
```bash
|
```bash
|
||||||
make build
|
make build
|
||||||
```
|
```
|
||||||
|
|
||||||
### run the Docker Image and get version of installed Node.js
|
#### Run the Docker Image and get the version of the installed Nodejs
|
||||||
```bash
|
```bash
|
||||||
make version
|
make version
|
||||||
```
|
```
|
||||||
|
|
||||||
### push Docker Image to Docker Hub
|
#### Push the Docker Image to the Docker Hub
|
||||||
* First, use a `docker login` with username, password and email address
|
* First use a `docker login` with username, password and email address
|
||||||
* Second, push Docker Image to the official Docker Hub
|
* Second push the Docker Image to the official Docker Hub
|
||||||
```bash
|
```bash
|
||||||
make push
|
make push
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user