A container for Java development using LunarVim on an Alpine Linux base.
2.8K
This Docker container provides a fully configured LunarVim 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 LunarVim editor for an optimized coding experience.
docker pull israiloff/lvim:latest
docker run -it -d -p 33235:33235 -p 8090-8099:8090-8099 -v /var/run/docker.sock:/var/run/docker.sock --name lvim israiloff/lvim:latest
Note: The
-v /var/run/docker.sock:/var/run/docker.sockoption is required for Docker-in-Docker (DinD) functionality.
Note: The
-p 33235:33235option is required for exposing themarkdown-previewport.
Note: The
-p 8090-8099:8090-8099option is optional for exposing your Java server ports.
docker exec -it lvim /bin/zsh
lvim command to start LunarVim and begin coding.Users can customize their development environment by modifying the provided LunarVim 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:c27a308ef…
Size
2.5 GB
Last updated
over 2 years ago
docker pull israiloff/lvim