1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-01 18:47:25 +01:00

chore: adds comparison chart for agents and removes warning (#3246)

This commit is contained in:
Amir Raminfar
2024-09-03 08:13:42 -07:00
committed by GitHub
parent 9f2f8b8245
commit 7d42bd2b02
4 changed files with 19 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import (
func CreateMultiHostService(embeddedCerts embed.FS, args Args) (docker.Client, *docker_support.MultiHostService) {
var clients []docker_support.ClientService
if len(args.RemoteHost) > 0 {
log.Warn().Msg(`Remote host flag is deprecated and will be removed in future versions. Agents will replace remote hosts as a safer and performant option. See https://github.com/amir20/dozzle/issues/3066 for discussion.`)
log.Info().Msg(`Consider using Dozzle's remote agent to manage remote hosts. See https://dozzle.dev/guide/agent for more information`)
}
for _, remoteHost := range args.RemoteHost {