This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
- Loading branch information
Jean-Christophe Sirot
committed
Nov 8, 2019
1 parent
d230ee7
commit 8abe274
Showing
4 changed files
with
111 additions
and
6 deletions.
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
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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"Installation": { | ||
"Name": "hello-world", | ||
"Created": "1 day ago", | ||
"Modified": "17 hours ago", | ||
"Revision": "01DS2ZW4QKPXHTZXZ8YAP6S9W2", | ||
"Last Action": "upgrade", | ||
"Result": "success", | ||
"Orchestrator": "swarm" | ||
}, | ||
"Application": { | ||
"Name": "hello-world", | ||
"Version": "0.1.0", | ||
"ImageReference": "docker.io/sirot/hello-world:0.1.0" | ||
}, | ||
"Parameters": { | ||
"port": "8080", | ||
"text": "Hello, World!" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Installation: | ||
Name: hello-world | ||
Created: 1 day ago | ||
Modified: 17 hours ago | ||
Revision: 01DS2ZW4QKPXHTZXZ8YAP6S9W2 | ||
Last Action: upgrade | ||
Result: success | ||
Ochestrator: swarm | ||
|
||
Application: | ||
Name: hello-world | ||
Version: 0.1.0 | ||
Image Reference: docker.io/sirot/hello-world:0.1.0 | ||
|
||
Parameters: | ||
port: "8080" | ||
text: Hello, World! | ||
|