Archives mensuelles : novembre 2022

grub hints

Important file locations configuration file: /boot/grub/grub.cfg configuration file used by default: /etc/default/grub Change the boot order – Identify the boot partition where we want to boot by default: cat /boot/grub/grub.cfg | grep -i ‘menuentry ‘ For each bootable partition, we … Continuer la lecture

Publié dans Non classé | Laisser un commentaire

nginx

Redirect traffic to another url A nginx configuration to redirect traffic from localhost:8080 to https://fooserver:9200/ Here how to start a docker container with that configuration stored into a /conf/nginx.conf file : docker run –name nginx-redirect-traffic -p 8080:8080 -v /conf/nginx.conf:/etc/nginx/nginx.conf:ro -d … Continuer la lecture

Publié dans Non classé | Laisser un commentaire

Docker daemon configuration

Publié dans Non classé | Laisser un commentaire