Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.78 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.78 KB

Node Clear Linux - Docker image

Latest Version Build Status Docker Image Size PRs Welcome

Docker image with Node using Clear Linux S.O

How to use this image

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

Docker with compose tool

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/

Get latest version

To found and verify what is latest image look at Clear Linux CDN

Development

Want to contribute? Great!

Make a change in image and be careful with your updates!

Kiwfy - Open your code, open your mind!