mirror of
https://github.com/casjaysdevdocker/vim
synced 2025-09-18 03:57:44 -04:00
main
Some checks failed
release-tag / release-image (push) Failing after 12h12m56s
Dockerfile .env.scripts .gitattributes .gitignore rootfs/.gitea/ rootfs/root/ rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/pkmgr rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/share/template-files/config/env/
vim Readme 👋
Vim is a highly configurable text editor
Run container
dockermgr install vim
via command line
docker run -d \
--restart always \
--name vim \
--hostname casjaysdev-vim \
-e TZ=${TIMEZONE:-America/New_York} \
-v $PWD/vim/data:/root \
-v $PWD/vim/config:/etc/vim \
casjaysdev/vim:latest
via docker-compose
version: "2"
services:
vim:
image: casjaysdevdocker/vim
container_name: vim
environment:
- TZ=America/New_York
- HOSTNAME=casjaysdev-vim
volumes:
- $HOME/.local/share/docker/storage/vim/data:/root
- $HOME/.local/share/docker/storage/vim/config:/etc/vim
restart:
- always
Authors
Description
Languages
Shell
90.8%
Dockerfile
8%
Vim Script
1.2%