Docker's Remote API can be secured via TLS and client certificate verification.
First of all you need a few certificates and keys:
- CA certificate
- Server certificate
- Server key
- Client certificate
- Client key
| #include <iostream> | |
| #include <opencv2\core.hpp> | |
| #include <opencv2\imgcodecs.hpp> | |
| #include <opencv2\imgproc.hpp> | |
| #include <opencv2\highgui.hpp> | |
| using namespace std; | |
| using namespace cv; | |
| //string image_file = "C:\\Users\\patrik\\Downloads\\kaiser-wilhelm-2176402_640.jpg"; |
| import java.util.HashSet; | |
| import java.util.LinkedList; | |
| import java.util.Queue; | |
| import java.util.Set; | |
| public class FormalConceptAnalysis { | |
| private Set<Integer> B = new HashSet<>(); | |
| private String[] B_names; | |
| private Set<Integer> A = new HashSet<>(); |
| { | |
| "vars": { | |
| "@gray-base": "#000", | |
| "@gray-darker": "lighten(@gray-base, 13.5%)", | |
| "@gray-dark": "lighten(@gray-base, 20%)", | |
| "@gray": "lighten(@gray-base, 33.5%)", | |
| "@gray-light": "lighten(@gray-base, 46.7%)", | |
| "@gray-lighter": "lighten(@gray-base, 93.5%)", | |
| "@brand-primary": "darken(#428bca, 6.5%)", | |
| "@brand-success": "#5cb85c", |