Sign inSign up

scaffoldeducation/node-clear-linux

By scaffoldeducation

•Updated about 6 years ago

Docker image with Node using Clear Linux S.O

Image
0

2.2K

scaffoldeducation/node-clear-linux repository overview

⁠Node Clear Linux - Docker image

Latest Version Build Status PRs Welcome

Docker image with Node using Clear Linux S.O

⁠How to use this image

Requires Docker⁠.

You can run the container and service like so:

docker run -d docker.pkg.github.com/kiwfy/node-clear-linux/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/
⁠Development

Want to contribute? Great!

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

Kiwfy - Open your code, open your mind!

Tag summary

Content type

Image

Digest

Size

107.7 MB

Last updated

about 6 years ago

docker pull scaffoldeducation/node-clear-linux