-
How to use:
- Install Docker or Podman (Linux only) in your system for a directory call fedora-vim-nerdtree.
- Build the docker image: "docker build -t fedora-vim-nerdtree ."
- Create a new container: "docker run -it --rm fedora-vim-nerdtree"
Alternatively you can create a "Projects" folder and start the container in this location:
"docker run -it --rm -v /home/Projects:/home/Projects -w /home/Projects fedora-vim-nerdtree"
Please register or sign in to comment