Just me messing around and trying to figure out how to run neovim from within a docker container – you might find it useful though :)
Once you have copied the Dockerfile and made any changes you want...
- build the image
docker build -t dockernvim .
- run it
docker run -ti --rm --name nvim -v $PWD:/data dockernvim