command
Version:
v1.1.4
Opens a new window with list of versions in this module.
Published: Feb 20, 2020
License: MIT
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
deploy-from-docker
is an experimental tool that allows creating configurations directly from the docker image.
This way container images can be built using docker, but deployed and run without docker involved at all.
Usage example:
docker save alpine:latest | deploy-from-docker
This command would create a new configuration named alpine.latest
(or update existing one).
Documentation
¶
Command deploy-from-docker creates/updates single configuration from the
docker image save output read as stdin.
Usage example:
docker save alpine:latest | deploy-from-docker
This would create/update configuration named alpine.latest
Source Files
¶
Click to show internal directories.
Click to hide internal directories.