From 9d50bd8efcc2683b5b0ac6b2a914c219ee212360 Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 25 Nov 2024 00:35:44 +0100 Subject: feat: add Dockerfile for building docker image --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8a01b34..ad22f07 100644 --- a/README.md +++ b/README.md @@ -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.) -- cgit v1.2.3