Suicide Linux – encourages users not to misspell commands
Suicide Linux – is now available from the comfort of Docker # docker run –rm -it -t tiagoad/suicide-linux
View ArticleDocker – how to backup/recovery a local image to/from a local file
Docker – save one or more images to a tar Archive Usage: docker save [OPTIONS] IMAGE [IMAGE…] for a not running <docker-image>: # docker save <docker-image>:latest >...
View ArticleRaspberry Pi Cluster – this guide will show you how to run a using Docker Swarm
Edit „/etc/hosts“ for each cluster member 192.168.1.100 rpi-iot-jsho-DockerCluster-00 192.168.1.101 rpi-iot-jsho-DockerCluster-01 192.168.1.102 rpi-iot-jsho-DockerCluster-02 Edit...
View ArticleRaspberry Pi – a Docker Image for Zabbix 3.0
# docker pull majormjr/rpi-zabbix # docker run -ti -p 2812:2812 -p 10051:10051 -p 10052:10052 -p 80:80 majormjr/rpi-zabbix
View ArticleRaspberry Pi Zero W – a headless mode wifi setup
All we need to do is get our Raspberry Pi Zero W setup with the right wifi credentials and we’ll be able to remotely access it through a terminal program as if we were using the terminal Raspberry...
View Article