Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Deploy to Remote Docker using SSH

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages