ReSearchITEng
ReSearchITEng
I had the same, you need: `sudo apt-get install build-essential` See this full section: https://github.com/ReSearchITEng/RPi_matrix_16_keypad/blob/master/README.md#common-installation-section
I noticed that the docker image on docker-hub does not match the Dockerfile. https://github.com/osixia/docker-keepalived/blob/stable/image/Dockerfile -> does contain curl, which the images from https://hub.docker.com/r/osixia/keepalived do not...
yes, it's there in the Dockerfile, but not in the images... Am I doing something wrong? ```shell docker run -d --name test osixia/keepalived:latest docker exec test curl rpc error: code...
Oh, sorry, I see the remove. so, can we keep it, for the reason presented in this issue: check scripts usually do curl to figure out if their servers are...
Thanks for accepting the change. FYI, we've added your docker image as the default keepalived option for to our project kubernetes installation project: https://github.com/ReSearchITEng/kubeadm-playbook/blob/50a26fd52ae32b6782caf23e941f44667771ede7/roles/keepalived/tasks/main.yaml#L26
done
"Disabling SELinux by running setenforce 0 is required to allow containers to access the host filesystem, which is required by pod networks for example. You have to do this until...
option added in the configuration. Enable/disable possible.
it exists, need to move it at earlier stage.