deploy2docker

command module
v0.0.0-...-05cc298 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: MIT Imports: 6 Imported by: 0

README

deploy2docker

Deploy to Remote Docker using SSH

Config
services:
  - name: nginx
    image: nginx
    ports:
      - 80
    volumes:
      - /var/log/nginx:/var/log/nginx
      - /var/www/html:/var/www/html
    environment:
      - NGINX_PORT=80
    networks:
      - frontend

Deploy
deploy2docker --remote user@remote --password password

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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