Sign inSign up

ellerbrock/alpine-spf13-vim

By ellerbrock

Updated almost 7 years ago

The Ultimate Vim Distribution

Image
0

498

ellerbrock/alpine-spf13-vim repository overview

docker

alpine-spf13-vim

The Ultimate Vim Distribution

Docker Automated Build Docker Pulls Open Source Love Gitter Chat

alpine-spf13-vim

Installation

docker pull ellerbrock/alpine-spf13-vim

Please check the spf13-vim website for further information how to use and setup.

Configuration Parameter

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}}

Dockerfile example:
docker build \
  --build-arg SYSTEM_TZ=Europe/Berlin \
  -t ellerbrock/alpine-spf13-vim:latest .

Documentation: https://docs.docker.com/engine/reference/builder/#/arg

docker-compose example:
  args:
    SYSTEM_TZ: Europe/Berlin
    ...

Documentation: https://docs.docker.com/compose/compose-file/#/args

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

GithubDockernpmTwitterFacebookGoogle+Gitter

Tag summary

Content type

Image

Digest

Size

343.4 MB

Last updated

almost 7 years ago

docker pull ellerbrock/alpine-spf13-vim