# docker-gentkit-node **Repository Path**: lentiancn/docker-gentkit-node ## Basic Information - **Project Name**: docker-gentkit-node - **Description**: A project for building Docker image for the Node.js environment. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-10 - **Last Updated**: 2026-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node.js on Docker [![MIT License](https://img.shields.io/github/license/lentiancn/docker-gentkit-node.svg?style=flat-square&label=license)](LICENSE) [![GitHub Release](https://img.shields.io/github/tag/lentiancn/docker-gentkit-node.svg?style=flat-square&sort=date&label=release)](https://github.com/lentiancn/docker-gentkit-node/releases) A project for building Docker image for the Node.js environment. ## Pull and run a new container ```shell $ sudo docker run -it \ --name \ gentkit/node:latest ``` ## Exec into the container ```shell # View container status $ sudo docker ps -a --filter "name=" $ sudo docker exec -it /bin/sh ``` ## License **gentkit/node** is licensed under the [MIT License](LICENSE) . ## Appendix ### Source https://github.com/lentiancn/docker-gentkit-node (**on** GitHub) https://gitee.com/lentiancn/docker-gentkit-node (**on** Gitee)