KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
kapten
★ 18
Open GitHub ↗
Auto deploy of Docker Swarm services
Download README (.md)
Explore Similar Repositories
hacktoberfest-data
:
Generating stats from the raw Hacktoberfest application data.
ntrip-client
:
No description available.
text-me-maybe
:
No description available.
MVC_WebApi_DI_Example
:
An example of using Microsoft.Extensions.DependencyInjection in an ASP.NET 4 Web App with MVC and Owin-based WebAPI
LOIS
:
[NeurIPS 2019] LOIS: Learning to Optimize In Swarms, guided by posterior estimation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kapten
?
Download (.md)
<img src="https://raw.githubusercontent.com/5monkeys/kapten/master/kapten-text.png" width="66%" /> # kapten  [](https://codecov.io/gh/5monkeys/kapten) [](https://pypi.org/project/kapten/) [](https://pypi.org/project/kapten/) Updates a Docker Swarm service when a new image is available. ### Usage ```console $ kapten --help usage: kapten [-h] [--version] [-s SERVICES] [-p PROJECT] [--slack-token SLACK_TOKEN] [--slack-channel SLACK_CHANNEL] [--check] [--force] [-v VERBOSITY] Checks for new images and updates services if needed. optional arguments: -h, --help show this help message and exit --version Show version and exit. -s SERVICES, --service SERVICES Service to update. -p PROJECT, --project PROJECT Optional project name. --slack-token SLACK_TOKEN Slack token to use for notification. --slack-channel SLACK_CHANNEL Optional Slack channel to use for notification. --check Only check if service needs to be updated. --force Force service update. -v VERBOSITY, --verbosity VERBOSITY Level of verbosity. ``` ### Example ```console $ kapten --service app --slack-token T00ABCD0A/ABCDEFGHI/xYzabCDEfGh1aBCCd12abCde Updating service app to repo/app:latest@sha256:123456789 ```