The Ultimate Vim Distribution
498

The Ultimate Vim Distribution

docker pull ellerbrock/alpine-spf13-vim
Please check the spf13-vim website for further information how to use and setup.
These Settings are optional, if not set the default values will be used.
# Optional Configuration Parameter
ARG SYSTEM_TZ
ARG SERVICE_USER
ARG SERVICE_HOME
# Default Settings
ENV SYSTEM_TZ ${SYSTEM_TZ:-Europe/Berlin}
ENV SERVICE_USER ${SERVICE_USER:-app}
ENV SERVICE_HOME ${SERVICE_HOME:-/home/${SERVICE_USER}}
docker build \
--build-arg SYSTEM_TZ=Europe/Berlin \
-t ellerbrock/alpine-spf13-vim:latest .
Documentation: https://docs.docker.com/engine/reference/builder/#/arg
args:
SYSTEM_TZ: Europe/Berlin
...
Documentation: https://docs.docker.com/compose/compose-file/#/args
Get the latest News about Web Development, Open Source, Tooling, Server & Security
Content type
Image
Digest
Size
343.4 MB
Last updated
almost 7 years ago
docker pull ellerbrock/alpine-spf13-vim