diff options
| author | pml68 <contact@pml68.me> | 2024-11-25 00:35:44 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-11-25 00:44:06 +0100 |
| commit | 9d50bd8efcc2683b5b0ac6b2a914c219ee212360 (patch) | |
| tree | 7c6ede393ecde0d6ec6d7266d26563d7e151bc8d /README.md | |
| parent | feat: add java support (diff) | |
| download | nvim-9d50bd8efcc2683b5b0ac6b2a914c219ee212360.tar.gz | |
feat: add Dockerfile for building docker image
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -9,3 +9,17 @@ Download into your config directory ```sh git clone --depth=1 https://github.com/pml68/nvim-setup ~/.config/nvim ``` + +## Usage with Docker + +Build the image +```sh +docker build -t neovim . +``` + +And then run it +```sh +docker run -it neovim:latest bash +``` + +The image size is somewhere around 5.9GB due to every language I use being included (C# with .NET, Java 21 and 17 etc.) |
