Cyberphinx / dockerized_helix

Dockerized helix code editor with language servers and configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Helix

Usage:

  • For building the image: sudo docker build -t <username>/helix .
  • For running as a binary: sudo docker run -it --rm -v $(pwd):/code <username>/helix
  • For interactive shell: docker run -it --rm -v $(pwd):/code --entrypoint /bin/ash <username>/helix

About

Dockerized helix code editor with language servers and configs


Languages

Language:Dockerfile 100.0%