Hi.
I have zabbix server installed in the docker. I wanted to monitor the MS SQL server on a host with an agent installed.
At the very beginning I added the required MSSQL by ODBC template, but the next step is to install the Microsoft ODBC driver on the server (in my case, the container) zabbix. I am using this guide: https://www.zabbix.com/integrations/microsoft_sql
The question is whether it is possible to install a new program in an existing container? how can I do this? I tried to enter the container with the docker exec -it [container-id] bash command and manually install the driver there, but using sudo command there returns an error.
I have zabbix server installed in the docker. I wanted to monitor the MS SQL server on a host with an agent installed.
At the very beginning I added the required MSSQL by ODBC template, but the next step is to install the Microsoft ODBC driver on the server (in my case, the container) zabbix. I am using this guide: https://www.zabbix.com/integrations/microsoft_sql
The question is whether it is possible to install a new program in an existing container? how can I do this? I tried to enter the container with the docker exec -it [container-id] bash command and manually install the driver there, but using sudo command there returns an error.
Comment