Updating

Cd into your bootdns-agent directory, if you have followed our getting-started guide, it will be in: /opt/bootDNS-agent

user@host:~$ cd /opt/bootDNS-agent
user@host:/opt/bootDNS-agent$ docker compose pull
user@host:/opt/bootDNS-agent$ docker compose up -d 

If using with fluentd:

user@host:~$ cd /opt/bootDNS-agent
user@host:/opt/bootDNS-agent$ docker compose pull
user@host:/opt/bootDNS-agent$ docker compose -f docker-compose.yml -f docker-compose.fluentd.yml up -d

Done :)

Using a specific version

If you want to upgrade/downgrade to a specific version, you can check the docker tags out here: https://hub.docker.com Then you need to edit the “image” tag in your docker-compose file