Skip to content

FOSS-Community/docship

Repository files navigation

docship ⛴️

A tool to deploy stuff running on docker

Installation

Install docship with pip

  pip3 install docship

  docship --version

Install from source

  git clone https://github.com/foSS-Community/docship

  cd docship

  python3 -m pip3 install .

  docship --version

Usage

docship --help
usage: docship [-h] [--version] {deploy} ...

Dockership CLI for managing deployments.

options:
  -h, --help     show this help message and exit
  --version, -v  to get the current version of docship

Commands:
  {deploy}       Available commands
    deploy       Deploy an application to a server

To deploy a site running in docker or any port

usage: docship deploy [-h] --name NAME --address ADDRESS

options:
  -h, --help            show this help message and exit
  --name, -n NAME       The name of the server where the application will be deployed, ex.
                        api.example.com
  --address, -a ADDRESS
                        The address of the application server, ex. http://localhost:8000
docship deploy -n xyz.fosscu.org -a http://localhost:8082

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Authors

License

MIT

💪 Thanks to all Wonderful Contributors

Thanks a lot for spending your time helping AutoType grow. Thanks a lot! Keep rocking 🍻

🙏 Support++

This project needs your shiny star ⭐. Don't forget to leave a star ⭐️

forthebadge made-with-python forthebadge

About

dockship: a cli tool that helps you to deploy services running on docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages