- Dortmund, Germany
- https://whiledo.de
Pinned Loading
-
docker-remote-api-tls
docker-remote-api-tls PublicDocker Image that forwards to the Docker API Socket and requires TLS Client authentication
-
Docker Remote API with client verifi...
Docker Remote API with client verification via daemon.json 1# Enable Docker Remote API with TLS client verification
2Docker's Remote API can be secured via TLS and client certificate verification.
3First of all you need a few certificates and keys:
4+ CA certificate
5+ Server certificate
-
Connect to another host with your do...
Connect to another host with your docker client, without modifying your local Docker installation 1# Run commands on remote Docker host
23This is how to connect to another host with your docker client, without modifying your local Docker installation or when you don't have a local Docker installation.
45## Enable Docker Remote API
-
nginx TLS SNI routing, based on subd...
nginx TLS SNI routing, based on subdomain pattern 1# Nginx TLS SNI routing, based on subdomain pattern
2Nginx can be configured to route to a backend, based on the server's domain name, which is included in the SSL/TLS handshake (Server Name Indication, SNI).
3This works for http upstream servers, but also for other protocols, that can be secured with TLS.
45## prerequisites
-
Find malicious npm packages in local...
Find malicious npm packages in local node_modules folders 1# Find malicious packages in local node_modules folder and npm registries
23In the last few weeks, a few supply chain attacks on widely used npm packages occured.
4We often ask ourself, do we have affected versions locally?
5 -
Scan minified node.js JavaScript app...
Scan minified node.js JavaScript apps like Angular with your docker container scanner 1# Scan minified node.js JavaScript apps like Angular with your docker container scanner
23In the (docker) container world, we should use cve scanners like [Trivy](https://trivy.dev/) (free) or [JFrog Xray](https://jfrog.com/xray/) to scan for known vulnerabilities.
4In most cases, this just works.
5But it typically does **not** work for statically compiled and minified JavaScript apps like Angular or React apps.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.