Docker layer

This layer provides syntax highlighting and build functionality for Docker files as well as TRAMP access to running docker containers.
It also includes basic Docker container and image management provided by docker.el.
To use this configuration layer, add it to your ~/.spacemacs. You will need to
add docker to the existing dotspacemacs-configuration-layers list in this
file.
This relies on the docker-tramp package which uses docker exec available in
docker versions > 1.3.
docker-tramp adds a new prefix /docker: that you can use with SPC f f,
this prefix allows to acces your docker containers and also provides
auto-completion of the running containers.
| Key Binding | Description |
|---|---|
SPC m c b |
build current buffer via dockerfile-build-buffer |
SPC D c |
list docker containers |
SPC D d |
delete image |
SPC D e |
unpause container |
SPC D F |
pull image |
SPC D i |
list docker images |
SPC D k |
delete container |
SPC D o |
stop container |
SPC D p |
pause container |
SPC D P |
push image |
SPC D r |
restart container |
SPC D s |
start container |