- Install
docker
anddocker-compose
e.g. via
pacman -S docker docker-compose
- Start
dockerd
e.g. as a systemd process:
Falco is an open-source runtime security tool specifically designed for Kubernetes environments.
This guide will show you how to setup a PXE boot server to provision a cluster of machines. For the sake of this guide, we will be using system agnostic docker containers to simulate the DHCP and the PXE boot server.
Featured technologies:
SSH Tunneling example with Docker
docker compose up -d
docker exec -it 6af7afd6e6b1 /bin/bash
ssh -L 80:localhost:80 root@ubuntu2
Define environment variables, which are then used within the container during runtime.
The innerscript.sh
script echoes the values of these variables.
When running the container, environment variables can be overridden using the --env
flag.
Dockerfile
:FROM ubuntu:latest
(Get-Item "<file_path>").CreationTime=("3 August 2019 17:00:00")
(Get-Item "<file_path>").LastWriteTime=("3 August 2019 17:00:00")
(Get-Item "<file_path>").LastAccessTime=("3 August 2019 17:00:00")
exercise: now do it for every file in a directory and subdirectories. Tip. use recursion.