## build docker image docker build -t nvim . ## start a docker container docker run --rm -it -v $PWD:/opt nvim:latest nvim