docker

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2026 License: MIT Imports: 8 Imported by: 0

README

togo

togo-framework/deploy-docker

Part of the togo framework.

Install

togo install togo-framework/deploy        # the base
togo install togo-framework/deploy-docker

Docker deploy driver — builds the app image, optionally pushes to a registry, and runs it on the target host over SSH (or locally).

Configure in togo.yaml:

deploy:
  provider: docker
  host: 1.2.3.4
  user: root
  domain: app.example.com

Documentation

Overview

Package docker is a Docker driver for togo deploy: it builds the app image, (optionally) pushes it to a registry, and runs it on the target host over SSH (or locally when no host is set). Select with DEPLOY_PROVIDER=docker.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL