israiloff/jvim

By israiloff

Updated 6 months ago

A container for Java development using Neovim on an Alpine Linux base.

Image
Languages & frameworks
Developer tools
Operating systems
0

1.5K

israiloff/jvim repository overview

Docker Container of Jvim Java IDE

Overview

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.

Getting Started

  1. Pull the Container:
docker pull israiloff/jvim:latest
  1. Run the Container:
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.sock option is required for Docker-in-Docker (DinD) functionality.

Note: The --network host option opens the container to the host network, allowing the container to access the host's Docker daemon.

  1. Access Jvim:
    Once inside the container, use the nvim command to start Neovim and begin coding.

Features

Customization

Users can customize their development environment by modifying the provided Jvim configurations or adding new plugins.

Support

For support, visit the project repository or Docker Hub page for documentation and issue tracking.

Tag summary

Content type

Image

Digest

sha256:1dec009fe

Size

860.8 MB

Last updated

6 months ago

docker pull israiloff/jvim