feature: full-spectrum runtime Docker configuration (via #4965)

* reorganize docker things

* Configurator WIP

* implement Docker runtime config generator

* add tests

* update documentation

* fix Markdown tables

* Move Docker section

* add note to README

* move up `nodejs` install for more aggressive caching

* drop exclusive test

* fix missing `DISPLAY_OPERATION_ID`
This commit is contained in:
kyle
2018-11-01 14:53:29 -04:00
committed by GitHub
parent b9300211bb
commit 31a8b13777
12 changed files with 596 additions and 84 deletions

4
dist/index.html vendored
View File

@@ -37,8 +37,7 @@
<script src="./swagger-ui-standalone-preset.js"> </script>
<script>
window.onload = function() {
// Build a system
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "https://petstore.swagger.io/v2/swagger.json",
dom_id: '#swagger-ui',
@@ -52,6 +51,7 @@
],
layout: "StandaloneLayout"
})
// End Swagger UI call region
window.ui = ui
}