mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Syntax highlighting for Dockerfile
Added some common/popular text editors and their syntax highlighting modules
This commit is contained in:
parent
2b388328ce
commit
02e9428914
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -220,7 +220,15 @@ Also see the [mailing list](https://groups.google.com/a/dockerproject.org/forum/
|
||||||
|
|
||||||
## Dockerfile
|
## Dockerfile
|
||||||
|
|
||||||
[The configuration file](https://docs.docker.com/reference/builder/). Sets up a Docker container when you run `docker build` on it. Vastly preferable to `docker commit`. If you use [jEdit](http://jedit.org), I've put up a syntax highlighting module for [Dockerfile](https://github.com/wsargent/jedit-docker-mode) you can use.
|
[The configuration file](https://docs.docker.com/reference/builder/). Sets up a Docker container when you run `docker build` on it. Vastly preferable to `docker commit`.
|
||||||
|
|
||||||
|
Here are some common text editors and their syntax highlighting modules you could use to create Dockerfiles:
|
||||||
|
* If you use [jEdit](http://jedit.org), I've put up a syntax highlighting module for [Dockerfile](https://github.com/wsargent/jedit-docker-mode) you can use.
|
||||||
|
* [Sublime Text 2](https://packagecontrol.io/packages/Dockerfile%20Syntax%20Highlighting)
|
||||||
|
* [Atom](https://atom.io/packages/language-docker)
|
||||||
|
* [Vim](https://github.com/ekalinin/Dockerfile.vim)
|
||||||
|
* [Emacs](https://github.com/spotify/dockerfile-mode)
|
||||||
|
* For a most comprehensive list of editors and IDEs, check [Docker meets the IDE] (https://github.com/spotify/dockerfile-mode)
|
||||||
|
|
||||||
### Instructions
|
### Instructions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue