A container for Java development using Neovim on an Alpine Linux base.
1.5K
This Docker container provides a fully configured Neovim Java IDE environment, built on a lightweight Alpine Linux base with Python 3. It includes JDK and essential tools for Java development, enhanced with the Neovim editor for an optimized coding experience.
docker pull israiloff/jvim:latest
docker run -it --network host --name jvim -v /var/run/docker.sock:/var/run/docker.sock -v /usr/local/bin/docker:/usr/local/bin/docker israiloff/jvim
Note: The
-v /var/run/docker.sock:/var/run/docker.sockoption is required for Docker-in-Docker (DinD) functionality.
Note: The
--network hostoption opens the container to the host network, allowing the container to access the host's Docker daemon.
nvim command to start Neovim and begin coding.Users can customize their development environment by modifying the provided Jvim configurations or adding new plugins.
For support, visit the project repository or Docker Hub page for documentation and issue tracking.
Content type
Image
Digest
sha256:1dec009fe…
Size
860.8 MB
Last updated
6 months ago
docker pull israiloff/jvim