Removing empty front-matter
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
403c403
|
||||
< var fragments = $.param.fragment().split('/');
|
||||
---
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
/**
|
||||
* swagger-ui - Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API
|
||||
* @version v2.1.3
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
403c403
|
||||
< var fragments = $.param.fragment().split('/');
|
||||
---
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
/**
|
||||
* swagger-ui - Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API
|
||||
* @version v2.1.3
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
403c403
|
||||
< var fragments = $.param.fragment().split('/');
|
||||
---
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
/**
|
||||
* swagger-ui - Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API
|
||||
* @version v2.1.3
|
||||
|
@ -30946,7 +30942,7 @@ Emitter.prototype.hasListeners = function(event){
|
|||
* TODO: combatible error handling?
|
||||
*/
|
||||
|
||||
module.exports = function(arr, fn, initial){
|
||||
module.exports = function(arr, fn, initial){
|
||||
var idx = 0;
|
||||
var len = arr.length;
|
||||
var curr = arguments.length == 3
|
||||
|
@ -30956,7 +30952,7 @@ module.exports = function(arr, fn, initial){
|
|||
while (idx < len) {
|
||||
curr = fn.call(null, curr, arr[idx], ++idx, arr);
|
||||
}
|
||||
|
||||
|
||||
return curr;
|
||||
};
|
||||
},{}]},{},[1])(1)
|
||||
|
@ -32270,4 +32266,4 @@ SwaggerUi.Views.StatusCodeView = Backbone.View.extend({
|
|||
}
|
||||
return this;
|
||||
}
|
||||
});}).call(this);
|
||||
});}).call(this);
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
#
|
||||
# Build: docker build -t apt-cacher .
|
||||
# Run: docker run -d -p 3142:3142 --name apt-cacher-run apt-cacher
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
#
|
||||
# example Dockerfile for https://docs.docker.com/examples/postgresql_service/
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
# Riak
|
||||
#
|
||||
# VERSION 0.1.1
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
FROM ubuntu:16.04
|
||||
MAINTAINER Sven Dowideit <SvenDowideit@docker.com>
|
||||
|
||||
|
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 175 KiB |
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
version: 0.1
|
||||
log:
|
||||
level: info
|
||||
|
@ -15,6 +11,6 @@ storage:
|
|||
rootdirectory: /Users/Shared/Registry
|
||||
http:
|
||||
addr: 0.0.0.0:5000
|
||||
secret: mytokensecret
|
||||
secret: mytokensecret
|
||||
debug:
|
||||
addr: localhost:5001
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
{}
|
||||
---
|
||||
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
|
|