-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yuyang
committed
Jul 31, 2019
1 parent
c3fa98b
commit 6980c39
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,6 +195,16 @@ docker { | |
username = "_args.reg_user" | ||
password = "_args.reg_pass" | ||
} | ||
caporal { | ||
host = "your deployed caporal host" | ||
name = "container name your want to start or update" | ||
opts { | ||
// the -p flag of docker run | ||
publish = ["8080:8080"] | ||
// the network flag of docker run | ||
network = "" | ||
} | ||
} | ||
} | ||
``` | ||
|
||
|
@@ -206,6 +216,9 @@ In a further version, i will integrate a remote api-server for scheduling contai | |
module.For teams already built there k8s cluster, there is no need, but for some small teams | ||
a strong and simple docker scheduler is necessary. | ||
|
||
[caporal](https://github.com/deoops-net/caporal) is an early version of container scheduling api server, basiclly it's now only support simple jobs | ||
like run or update a container remotely.but it will be under development for more features. | ||
|
||
### Plugin | ||
|
||
**Not Implemented** | ||
|
@@ -219,5 +232,5 @@ For some advanced template features, you can follow the [pongo2](https://github. | |
|
||
### Get Support | ||
|
||
* if you have questions when using this tool, feel free to send me a email: `[email protected].` | ||
* if you have questions when using this tool, feel free to send me an email: `[email protected].` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters