spacemacs/contrib/config/dockerfile/README.md

32 lines
839 B
Markdown
Raw Normal View History

2015-03-13 13:48:57 +00:00
# dockerfile contribution layer for Spacemacs
2015-03-17 03:31:55 +00:00
![logo](img/docker.png)
2015-03-13 13:48:57 +00:00
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
**Table of Contents**
- [dockerfile contribution layer for Spacemacs](#dockerfile-contribution-layer-for-spacemacs)
- [Description](#description)
- [Install](#install)
- [Key bindings](#key-bindings)
<!-- markdown-toc end -->
## Description
This layer provides syntax highlighting and build functionality for Docker files
## Install
To use this contribution add it to your `~/.spacemacs`
```elisp
(setq-default dotspacemacs-configuration-layers '(dockerfile))
```
## Key bindings
Key Binding | Description
--------------|------------------------------------------------------------
`<SPC> m c b` | build current buffer via `dockerfile-build-buffer`