All Projects → meqif → Docker Compose Mode

meqif / Docker Compose Mode

Licence: apache-2.0
Major mode for editing docker-compose files

Projects that are alternatives of or similar to Docker Compose Mode

Grugru
Rotate text at point in Emacs.
Stars: ✭ 39 (-17.02%)
Mutual labels:  emacs
Docker Serveo Server
https://serveo.net is an alternative for ngrok. taichunmin/serveo-server can let you host your own serveo. And taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker.
Stars: ✭ 44 (-6.38%)
Mutual labels:  docker-compose
Cfrs
Child Frame Read String
Stars: ✭ 46 (-2.13%)
Mutual labels:  emacs
Docker Hy.github.io
DevOps with Docker course by the University of Helsinki, Course material
Stars: ✭ 41 (-12.77%)
Mutual labels:  docker-compose
0xc
Easy base conversion in emacs
Stars: ✭ 42 (-10.64%)
Mutual labels:  emacs
Etrace
Emacs Lisp Latency Tracing for the Chromium Catapult Trace Event Format
Stars: ✭ 45 (-4.26%)
Mutual labels:  emacs
Magento2 Varnish Redis Ssl Docker Compose
Deploy Magento2 with Varnish Cache and Redis with SSL termination using Docker-compose tool
Stars: ✭ 37 (-21.28%)
Mutual labels:  docker-compose
.emacs.d
My emacs configuration, written as literate elisp
Stars: ✭ 46 (-2.13%)
Mutual labels:  emacs
Docker Flarum
Flarum Docker image based on Alpine Linux
Stars: ✭ 43 (-8.51%)
Mutual labels:  docker-compose
Elisp Lint
Basic linting for Emacs Lisp
Stars: ✭ 45 (-4.26%)
Mutual labels:  emacs
Docker Liferay Portal
Stars: ✭ 41 (-12.77%)
Mutual labels:  docker-compose
Twint Search
Explore tweets gathered with Twint with faceted search
Stars: ✭ 42 (-10.64%)
Mutual labels:  docker-compose
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-4.26%)
Mutual labels:  docker-compose
Fix Word
Transform words in Emacs (upcase, downcase, capitalize, etc.)
Stars: ✭ 39 (-17.02%)
Mutual labels:  emacs
Wp Skateboard
My local WordPress development built with Docker and Docker Compose.
Stars: ✭ 46 (-2.13%)
Mutual labels:  docker-compose
Big Album Art
[RETIRED] A Flask app to display almost-fullscreen album art for your currently playing Spotify songs. Enjoy the visuals!
Stars: ✭ 38 (-19.15%)
Mutual labels:  docker-compose
Ci Samples
Sample configurations for various CI systems.
Stars: ✭ 44 (-6.38%)
Mutual labels:  docker-compose
Grafana Prometheus Node Js Example
Step-by-step tutorial on creating beautiful dashboards for your Node JS application
Stars: ✭ 47 (+0%)
Mutual labels:  docker-compose
Mix Format.el
Emacs package to format Elixir code in Emacs with elixir-mode
Stars: ✭ 46 (-2.13%)
Mutual labels:  emacs
Infrabox
Stars: ✭ 45 (-4.26%)
Mutual labels:  docker-compose

docker-compose-mode

MELPA MELPA Stable License

Major mode for editing docker-compose files, providing context-aware completion of docker-compose keys through completion-at-point-functions.

The completions can be used with the completion system shipped with vanilla Emacs, and 3rd-party frontends like company-mode, autocomplete, and ido-at-point.

Installation

It's available on MELPA:

M-x package-install docker-compose-mode

Or you can just save the .el files in your Emacs' load path.

Usage

Add the following to your init.el:

(require 'docker-compose-mode)

Alternatively, if you prefer using use-package:

(use-package docker-compose-mode)

Customization

By default, the keyword completion function detects the docker-compose version of the current buffer and suggests the appropriate keywords.

You can change the candidates offered by the backend by customizing docker-compose-keywords.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].