spacemacs/contrib/dockerfile
2015-03-16 23:56:14 -04:00
..
img Update logos for fsharp and dockerfile 2015-03-16 23:56:14 -04:00
packages.el Adding layer for dockerfile-mode 2015-03-15 00:31:37 -04:00
README.md Update logos for fsharp and dockerfile 2015-03-16 23:56:14 -04:00

dockerfile contribution layer for Spacemacs

logo

Table of Contents

Description

This layer provides syntax highlighting and build functionality for Docker files

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(dockerfile))

Key bindings

Key Binding Description
<SPC> m c b build current buffer via dockerfile-build-buffer