Docker image with Node using Clear Linux S.O
Requires Docker.
Before get the image is necessary authenticate in Github Package
You can run the container and service like so:
docker run -d docker.pkg.github.com/kiwfy/node-clear-linux/node-clear-linux:latest
Or with Docker Hub image
docker run -d kiwfydev/node-clear-linux:latest
It's a good way to use docker-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/
To found and verify what is latest image look at Clear Linux CDN
Want to contribute? Great!
Make a change in image and be careful with your updates!
Kiwfy - Open your code, open your mind!