docker run --rm -it -v $(pwd):/app --network none sp33c/vim
Maps your local folder into the container. So you can edit your local data. In case you'd need a shell:
docker run --rm -it -v $(pwd):/app --network none sp33c/vim zsh
Content type
Image
Digest
Size
82.4 MB
Last updated
over 6 years ago
docker pull sp33c/vim