This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
self-hosting/vim
Jef Roosens cc754571de Added neovim container 2021-01-26 16:40:58 +01:00
..
Dockerfile Added neovim container 2021-01-26 16:40:58 +01:00
README.md Added neovim container 2021-01-26 16:40:58 +01:00
de Added neovim container 2021-01-26 16:40:58 +01:00
init.vim Added neovim container 2021-01-26 16:40:58 +01:00

README.md

What is this?

This is a very simple container which I use to edit configs inside a Docker volume. It allows me to keep a lot more data inside a volume, cleaning up the rest of the system.

Included script

The included script just mounts the given directory in the nvim:latest volume. In order to use it, you should've built the container first.

Building the container

You can build the container with the following command:

docker build -t chewingbever/nvim:latest .

This will build the image and tag it correctly, making it useable in the de script.