This repository has been archived on 2021-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
self-hosting/vim
2021-04-23 21:06:42 +02:00
..
de Added podgrab nginx config 2021-04-23 21:06:42 +02:00
Dockerfile 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 Added neovim container 2021-01-26 16:40:58 +01:00

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.