moby--moby/contrib/syntax/vim
David Calavera 3781cde61f Add `STOPSIGNAL` instruction to dockerfiles.
This way, images creators can set the exit signal their programs use.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-09-10 19:56:05 -04:00
..
doc Link to HTTPS urls in contrib comments/maintainers 2015-04-11 13:35:08 -04:00
ftdetect Adjust vim ftdetect to match "Dockerfile", "dockerfile", and "Dockerfile.*" which are all reasonably safe to assume "this is a Dockerfile" 2015-05-29 13:46:51 -07:00
syntax Add `STOPSIGNAL` instruction to dockerfiles. 2015-09-10 19:56:05 -04:00
LICENSE
README.md

README.md

dockerfile.vim

Syntax highlighting for Dockerfiles

Installation

With pathogen, the usual way...

With Vundle

Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}

Features

The syntax highlighting includes:

  • The directives (e.g. FROM)
  • Strings
  • Comments

License

BSD, short and sweet