A set of docker file to install the development environment you want.
Note: you may need sudo to execute docker command
To build a docker in question use the following command:
# docker build -t -f .
For example to build an environment with nodejs vesion 14 use this command:
# docker build -t mynodejs14 -f nodejs/nodejs14 .
To run:
# docker run -it
For example:
# docker run -it mynodejs14
vim with vim-plug (the base is Ubuntu)
https://hub.docker.com/repository/docker/amine2029/vim-plug/general
$sudo docker run -it amine2029/vim-plug
$sudo docker run -it amine2029/nodejs14