github.com/docker/app@v0.9.1-beta3.0.20210611140623-a48f773ab002/internal/inspect/testdata/inspect-app-json.golden (about) 1 { 2 "RunningApp": { 3 "Name": "hello-world", 4 "Created": "1 day ago", 5 "Modified": "17 hours ago", 6 "Revision": "01DS2ZW4QKPXHTZXZ8YAP6S9W2", 7 "Last Action": "upgrade", 8 "Result": "success", 9 "Orchestrator": "swarm" 10 }, 11 "App": { 12 "Name": "hello-world", 13 "Version": "0.1.0", 14 "ImageReference": "docker.io/sirot/hello-world:0.1.0" 15 }, 16 "Parameters": { 17 "port": "8080", 18 "text": "Hello, World!" 19 } 20 }