19 lines
572 B
Markdown
19 lines
572 B
Markdown
# 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.
|