#+TITLE: Dockerfile layer #+HTML_HEAD_EXTRA: [[file:img/docker.png]] * Table of Contents :TOC_4_org:noexport: - [[Description][Description]] - [[Install][Install]] - [[Key bindings][Key bindings]] * Description This layer provides syntax highlighting and build functionality for Docker files. * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =dockerfile= to the existing =dotspacemacs-configuration-layers= list in this file. * Key bindings | Key Binding | Description | |-------------+----------------------------------------------------| | ~SPC m c b~ | build current buffer via =dockerfile-build-buffer= |