spacemacs/contrib/config/dockerfile
syl20bnr fdd4e944ef Reload dotfile and layer anywhere with SPC f e R
Replace `SPC m c c` and `C-c C-c` in the dotfile

Resolve #1210
2015-04-18 23:40:24 -04:00
..
img Contrib category "config" 2015-04-10 22:58:14 -04:00
packages.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
README.md Contrib category "config" 2015-04-10 22:58: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