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/README.md

19 lines
572 B
Markdown
Raw Normal View History

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.