Yet another article on the topic of the InfluxDB 1.8 and collectd gathering statistics, in continuation of the articles Monitor and analyze with Grafana, influxdb…
Tag: podman
gitlab in podman cannot create unix sockets in glusterfs because of SELinux
Installing gitlab-ee (and gitlab-ce) under CentOS 7 with enabled SELinux (i.e. enforcing mode) looped endlessly the container in restarting the installation process! There were multiple…
edit mysql options in docker (or docker-compose) mysql
Modifying the default options for the docker (podman) MySQL server is essential. The default MySQL options are too conservative and even for simple (automation?) tests…
Change the location of container storage in podman (with SELinux enabled)
There two main options to change the location of all the containers’ storages: “mount bind” the new location to the default storage directory (look Note…
Cron missing path – executing docker/podman – adding network: failed to locate iptables
If you have ever happened to execute some complex scripts using the cron system you were inevitable to discover the Linux environment was different than…
podman – Error adding network: failed to allocate for range 0: 10.88.0.46 has been allocated after server reboot
We’ve just stumbled on the following error with one of our podman CentOS 8 servers after restart: Apparently, something got wrong, because the two containers…
firewalld and podman (or docker) – no internet in the container and could not resolve host
If you happen to use CentOS 8 you have already discovered that Red Hat (i.e. CentOS) switch to podman, which is a fork of docker….