Docker
Interactive shell (commandline)
Sometimes it's difficult to understand problems within a docker. Like network issues or configura...
Install ping tools (for diagnostics)
Ping is an utility to see if another host is reachable.In some cases, dockers can be isolated and...
php8.2-fpm with nginx base
Composed from different sources to fit my purpose. Requires docker to be running on the machine....
Large default vdx
>> wsl --shutdown Verify everything is stopped by: >> wsl.exe --list --verbose Then start...
Load image from command line
docker load -i imagename.tar
Virtual Windows machine
docker run -d --name windows_vm -p 8006:8006 -p 3389:3389/tcp -p 3389:3389/udp --device=/dev/kvm ...
Step-by-Step GitHub Releases Workaround: dockur example
When you can't use docker pull or the github workspace is blocked by your IT department. Step-...