https://github.com/not-empty/node-clear-linux
Docker image with Node using Clear Linux S.O
https://github.com/not-empty/node-clear-linux
Last synced: 2 months ago
JSON representation
Docker image with Node using Clear Linux S.O
- Host: GitHub
- URL: https://github.com/not-empty/node-clear-linux
- Owner: not-empty
- License: gpl-3.0
- Created: 2020-07-27T15:06:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T15:13:07.000Z (over 2 years ago)
- Last Synced: 2025-04-12T05:36:55.416Z (about 1 year ago)
- Language: Dockerfile
- Size: 34.2 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Clear Linux - Docker image
[](https://github.com/kiwfy/node-clear-linux/releases)
[](https://github.com/kiwfy/node-clear-linux/actions?query=workflow%3ACI)

[](http://makeapullrequest.com)
Docker image with Node using Clear Linux S.O
### How to use this image
Requires [Docker](https://www.docker.com/get-started).
Before get the image is necessary [authenticate](https://docs.github.com/pt/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages) in Github Package
You can run the container and service like so:
```sh
docker run -d docker.pkg.github.com/kiwfy/node-clear-linux/node-clear-linux:latest
```
Or with [Docker Hub](https://hub.docker.com/r/kiwfydev/node-clear-linux) image
```sh
docker run -d kiwfydev/node-clear-linux:latest
```
### Docker with compose tool
It's a good way to use [docker-compose](https://docs.docker.com/compose/). Example:
```
version: '3.7'
services:
node:
image: docker.pkg.github.com/kiwfy/node-clear-linux/node-clear-linux:latest
container_name: node
volumes:
- ./:/usr/src/
```
### Get latest version
To found and verify what is latest image look at [Clear Linux CDN](https://cdn.download.clearlinux.org/latest)
### Development
Want to contribute? Great!
Make a change in image and be careful with your updates!
**Kiwfy - Open your code, open your mind!**