Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcolorr/jnp
JNP is a Docker image designed for developers, featuring preinstalled Java, Node.js, and Python. This image ensures you have these essential programming languages and runtimes, providing a robust and versatile environment for building and testing applications. Ideal for developers who need a reliable and up-to-date development stack.
https://github.com/mrcolorr/jnp
developer-tools development dind docker gpu helm java kubernetes nodejs nvidia python remote remotedevelopment
Last synced: 22 days ago
JSON representation
JNP is a Docker image designed for developers, featuring preinstalled Java, Node.js, and Python. This image ensures you have these essential programming languages and runtimes, providing a robust and versatile environment for building and testing applications. Ideal for developers who need a reliable and up-to-date development stack.
- Host: GitHub
- URL: https://github.com/mrcolorr/jnp
- Owner: MRColorR
- License: mpl-2.0
- Created: 2024-08-21T08:58:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T17:42:29.000Z (5 months ago)
- Last Synced: 2024-11-13T18:34:10.648Z (3 months ago)
- Topics: developer-tools, development, dind, docker, gpu, helm, java, kubernetes, nodejs, nvidia, python, remote, remotedevelopment
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/mrcolorrain/jnp
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JNP - Developer's Multi-Language Docker Image
- Leave a star β if you like this project π thank you.A robust and versatile Docker image designed for developers, featuring preinstalled Java, Node.js, Python, Docker, Kubernetes, Helm, and more. Ideal for building and testing applications in a streamlined and up-to-date environment. This image is also ready to be used as base for remote development environments, making it an excellent starting point for setting up your remote development workspace.
## Quick Overview π
JNP provides a complete Docker image that integrates essential programming languages ββand runtimes such as Java, Node.js, and Python, along with crucial development tools such as Docker, Kubernetes, and Helm. This image is a starting point for developers who need a reliable and consistent development stack across multiple projects, and for anyone who wants to get started with remote development environments.## β¨ Key Features:
- Preinstalled Languages: Java, Node.js, Python.
- Docker & Kubernetes Ready: Includes Docker in Docker (DinD), Kubernetes (kubectl), and Helm.
- NVIDIA GPU Support: Comes with the NVIDIA Container Toolkit.
- Multi-Architecture Support: Built to run on both amd64 and arm64 architectures.
- Remote Development Ready: Optimized for setting up and using in remote development environments, making it easy to create a consistent and portable workspace.## Getting Started π₯
### Prerequisites
- Ensure Docker is installed and running on your machine.### Quick Setup Guide
- Pull the Image: Get the latest JNP Docker image from Docker Hub: `docker pull mrcolorrain/jnp:base`
- Run the Container:
- To use Docker in Docker (DinD) start a new container in privileged mode using: `docker run -it --rm --privileged mrcolorrain/jnp:base`
- You can also start without privileged mode; the container will work, but the DinD service start will timeout and exit, so you will be able to use Docker only by either running it in privileged mode or by pointing Docker CLI to connect to another running Docker host, starting the container, and passing the env variable DOCKER_HOST: `docker run -it --rm -e DOCKER_HOST=mydockerhost:port mrcolorrain/jnp:base`
- To use it with Nvidia GPU support add also the `--gpus` flag: `docker run -it --rm --gpus all --privileged mrcolorrain/jnp:base`## What's Inside? π¦
- Operating System: Ubuntu 24.04 LTS
- Languages: Java (OpenJDK 21), Node.js (LTS), Python 3
- Development Tools: Docker, Kubernetes (kubectl), Helm, Build-essential, Git
- System Utilities: curl, wget, vim, nano, htop, jq, rsync## Ready for Remote Development π
This image is suitable for remote development scenarios. Whether you are using a cloud-based development environment, a remote server, or a containerized on-premises setup, JNP provides the flexibility and tools you need to power your remote workspace environment.## Customization π οΈ
Both images are designed to be versatile, allowing for easy customization:- Modify the Dockerfile to suit your specific development needs.
- Extend the images by adding your own tools or scripts.## Need Help or Found an Issue? β
- For discussions, info, and feature requests, use the [Discussion](https://github.com/MRColorR/jnp/discussions) tab.
- For issues and bug reporting, use the [Issue](https://github.com/MRColorR/jnp/issues) tab.## Support the Project π«Ά
If you find this project helpful, consider supporting its development by leaving a star β or contributing to the repository. Your support is greatly appreciated!## Acknowledgments π
This project builds upon and is inspired by other excellent open-source projects. Special thanks to:- [NVIDIA DinD](https://github.com/ehfd/nvidia-dind) for providing the base setup for Docker in Docker (DinD) with NVIDIA GPU support.
# :hash: License
This project is licensed under the Mozilla Public License 2.0 (MPL 2.0).