This package provides a framework to assemble specialized container systems. It includes components for orchestration, image management, secret management, configuration management, networking, provisioning etc.
This package provides a command line interface to Docker.
Documentation at https://melpa.org/#/docker
This package provides an Emacs interface for Docker.
This package provides an Emacs interface for Docker.
This package provides an Emacs interface for Docker.
Docker-Py is a Python client for the Docker container management tool.
Build a Dockerfile straight from your R session. dockerfiler allows you to create step by step a Dockerfile, and provide convenient tools to wrap R code inside this Dockerfile.
This package provides a helper function to check if the process is running inside a Docker container.
Docker Compose is a tool for defining and running multi-container Docker applications. A Compose file is used to configure an application’s services. Then, using a single command, the containers are created and all the services are started as specified in the configuration.
Docker Compose is a tool for defining and running multi-container Docker applications. A Compose file is used to configure an application’s services. Then, using a single command, the containers are created and all the services are started as specified in the configuration.
The Docker registry server enable you to host your own docker registry. With it, there is also two other utilities:
The digest utility is a tool that generates checksums compatibles with various docker manifest files.
The registry-api-descriptor-template is a tool for generating API specifications from the docs/spec/api.md.tmpl file.
Documentation at https://melpa.org/#/docker-api
Documentation at https://melpa.org/#/docker-cli
Documentation at https://melpa.org/#/lsp-docker
This package provides scripts and configurations to leverage LSP mode in Docker environment.
Docker PTY provides the functionality needed to operate the pseudo-terminal (PTY) allocated to a Docker container using the Python client.
This is the core package that provides both the user API and developer API to deploy the parallel cluster on the cloud using the container service. The user can call clusterPreset()
to define the cloud service provider and container and makeDockerCluster()
to create the cluster. The developer should see "developer's cookbook" on how to define the cloud provider and container.
Documentation at https://melpa.org/#/slime-docker
Documentation at https://melpa.org/#/docker-tramp
This package provides a TRAMP method for Docker containers.
Documentation at https://melpa.org/#/dockerfile-mode
This package provides a major mode dockerfile-mode
for use with the standard Dockerfile
file format.
Docker-Pycreds contains the Python bindings for the docker credentials store API. It allows programmers to interact with a Docker registry using Python without keeping their credentials in a Docker configuration file.