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/dockerfile/README.md

32 lines
843 B
Markdown
Raw Normal View History

2015-03-13 13:48:57 +00:00
# dockerfile contribution layer for Spacemacs
![logo](img/dockerfile.png)
<!-- 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`