This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/config/dockerfile
..
img
packages.el
README.md

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