package
1.1.4
Repository: https://github.com/artyom/deploy-tools.git
Documentation: pkg.go.dev

# 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).