Algorand node is not syncing which is started using Docker Image algorand/algod

Hi @fabrice ,

I am using official docker image to set up alogrand node, I have referred and followed Docker

try to query the node from the ubuntu machine where it is hosted

Curl query:
sudo curl --location ‘http://localhost:4190/v2/status’ --header ‘X-Algo-API-Token: 8e6fa300d867cc2dbc9398dff96testc65c468a358a4’

Result : {“catchpoint”:“”,
“catchpoint-acquired-blocks”:0,
“catchpoint-processed-accounts”:0,
“catchpoint-processed-kvs”:0,
“catchpoint-total-accounts”:0,
“catchpoint-total-blocks”:0,
“catchpoint-total-kvs”:0,
“catchpoint-verified-accounts”:0,
“catchpoint-verified-kvs”:0,
“catchup-time”:1436486128538,
“last-catchpoint”:“”,
“last-round”:0,
“last-version”:“GitHub - algorandfoundation/specs at 5615adc36bad610c7f165fa2967f4ecfa75125f0”,
“next-version”:“GitHub - algorandfoundation/specs at 5615adc36bad610c7f165fa2967f4ecfa75125f0”,
“next-version-round”:1,
“next-version-supported”:true,
“stopped-at-unsupported-round”:false,
“time-since-last-round”:0}

Node Logs:
{“file”:“bootstrap.go”,“function”:“github.com/algorand/go-algorand/tools/network.ReadFromSRV",“level”:“info”,“line”:43,“msg”:"ReadFromBootstrap: DNS LookupSRV failed when using system resolver: no signature in DNS response for _algobootstrap._tcp.mainnet.algorand.network”,“time”:“2023-07-18T17:52:11.506961Z”}
{“file”:“bootstrap.go”,“function”:“github.com/algorand/go-algorand/tools/network.ReadFromSRV",“level”:“info”,“line”:43,“msg”:"ReadFromBootstrap: DNS LookupSRV failed when using system resolver: no signature in DNS response for _archive._tcp.mainnet.algorand.network”,“time”:“2023-07-18T17:52:21.610450Z”}
{“file”:“txSyncer.go”,“function”:“github.com/algorand/go-algorand/rpcs.(*TxSyncer).syncFromClient",“level”:“info”,“line”:111,“msg”:"TxSyncer.Sync: asking client r-np.algorand-mainnet.network:4160 for missing transactions”,“time”:“2023-07-18T17:52:40.094341Z”}
{“file”:“httpTxSync.go”,“function”:“github.com/algorand/go-algorand/rpcs.(*HTTPTxSync).Sync",“level”:“info”,“line”:119,“msg”:"http sync from http://r-n4.algorand-mainnet.network:4160/v1/mainnet-v1.0/txsync",“time”:"2023-07-18T17:52:40.094474Z”}
{“file”:“wsNetwork.go”,“function”:“github.com/algorand/go-algorand/network.(*WebsocketNetwork).tryConnect",“level”:“warning”,“line”:2239,“msg”:"ws connect(ws://r-c1.algorand-mainnet.network:4160/v1/mainnet-v1.0/gossip) fail: dial tcp 79.172.193.81:4160: i/o timeout”,“name”:“”,“time”:“2023-07-18T17:52:52.756649Z”}
{“file”:“wsNetwork.go”,“function”:“github.com/algorand/go-algorand/network.(*WebsocketNetwork).tryConnect",“level”:“warning”,“line”:2239,“msg”:"ws connect(ws://r-o3.algorand-mainnet.network:4160/v1/mainnet-v1.0/gossip) fail: dial tcp 204.16.244.28:4160: i/o timeout”,“name”:“”,“time”:“2023-07-18T17:52:52.756649Z”}
{“file”:“wsNetwork.go”,“function”:“github.com/algorand/go-algorand/network.(*WebsocketNetwork).tryConnect",“level”:“warning”,“line”:2239,“msg”:"ws connect(ws://r-cm.algorand-mainnet.network:4160/v1/mainnet-v1.0/gossip) fail: dial tcp 139.84.143.235:4160: i/o timeout”,“name”:“”,“time”:“2023-07-18T17:52:52.756740Z”}

Also I have started one more node in ubuntu 22 machine, this is also not syncing
Result: {“catchpoint”:“”,“catchpoint-acquired-blocks”:0,“catchpoint-processed-accounts”:0,“catchpoint-processed-kvs”:0,“catchpoint-total-accounts”:0,“catchpoint-total-blocks”:0,“catchpoint-total-kvs”:0,“catchpoint-verified-accounts”:0,“catchpoint-verified-kvs”:0,“catchup-time”:0,“last-catchpoint”:“”,“last-round”:0,“last-version”:“https://github.com/algorandfoundation/specs/tree/5615adc36bad610c7f165fa2967f4ecfa75125f0",“next-version”:“https://github.com/algorandfoundation/specs/tree/5615adc36bad610c7f165fa2967f4ecfa75125f0”,“next-version-round”:1,“next-version-supported”:true,“stopped-at-unsupported-round”:false,"time-since-last-round”:0}

Logs : {“file”:“bootstrap.go”,“function”:“github.com/algorand/go-algorand/tools/network.ReadFromSRV",“level”:“info”,“line”:43,“msg”:"ReadFromBootstrap: DNS LookupSRV failed when using system resolver: no signature in DNS response for _archive._tcp.mainnet.algorand.network”,“time”:“2023-07-18T18:12:15.374029Z”}
{“file”:“wsNetwork.go”,“function”:“github.com/algorand/go-algorand/network.(*WebsocketNetwork).meshThread",“level”:“info”,“line”:1723,“msg”:"got no relay DNS addrs for network mainnet”,“name”:“”,“time”:“2023-07-18T18:12:21.378345Z”}
{“file”:“txSyncer.go”,“function”:“github.com/algorand/go-algorand/rpcs.(*TxSyncer).syncFromClient",“level”:“info”,“line”:111,“msg”:"TxSyncer.Sync: asking client for missing transactions”,“time”:“2023-07-18T18:12:23.833614Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).periodicSync",“level”:“info”,“line”:616,“msg”:"It’s been too long since our ledger advanced; resyncing”,“name”:“”,“time”:“2023-07-18T18:12:27.028534Z”}
{“Context”:“sync”,“details”:{“StartRound”:0},“file”:“telemetry.go”,“function”:“github.com/algorand/go-algorand/logging.(*telemetryState).logTelemetry",“instanceName”:“mxDvjVt5OOdAWk27”,“level”:“info”,“line”:255,“msg”:“/ApplicationState/CatchupStart”,“name”:“”,“session”:“”,“time”:“2023-07-18T18:12:27.028603Z”,“v”:"3.16.3”}
{“Context”:“sync”,“details”:{“StartRound”:0,“EndRound”:0,“Time”:75712,“InitSync”:false},“file”:“telemetry.go”,“function”:“github.com/algorand/go-algorand/logging.(*telemetryState).logTelemetry",“instanceName”:“mxDvjVt5OOdAWk27”,“level”:“info”,“line”:255,“msg”:“/ApplicationState/CatchupStop”,“name”:“”,“session”:“”,“time”:“2023-07-18T18:12:27.028669Z”,“v”:"3.16.3”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).sync",“level”:“info”,“line”:688,“msg”:"Catchup Service: finished catching up, now at round 0 (previously 0). Total time catching up 75.712µs.”,“name”:“”,“time”:“2023-07-18T18:12:27.028710Z”}
{“file”:“bootstrap.go”,“function”:“github.com/algorand/go-algorand/tools/network.ReadFromSRV",“level”:“info”,“line”:43,“msg”:"ReadFromBootstrap: DNS LookupSRV failed when using system resolver: no signature in DNS response for _algobootstrap._tcp.mainnet.algorand.network”,“time”:“2023-07-18T18:12:27.036244Z”}
{“file”:“bootstrap.go”,“function”:“github.com/algorand/go-algorand/tools/network.ReadFromSRV",“level”:“info”,“line”:43,“msg”:"ReadFromBootstrap: DNS LookupSRV failed when using system resolver: no signature in DNS response for _archive._tcp.mainnet.algorand.network”,“time”:“2023-07-18T18:12:33.042831Z”}
{“file”:“wsNetwork.go”,“function”:“github.com/algorand/go-algorand/network.(*WebsocketNetwork).meshThread",“level”:“info”,“line”:1723,“msg”:"got no relay DNS addrs for network mainnet”,“name”:“”,“time”:“2023-07-18T18:12:39.046776Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).periodicSync",“level”:“info”,“line”:616,“msg”:"It’s been too long since our ledger advanced; resyncing”,“name”:“”,“time”:“2023-07-18T18:12:56.047680Z”}
{“Context”:“sync”,“details”:{“StartRound”:0},“file”:“telemetry.go”,“function”:“github.com/algorand/go-algorand/logging.(*telemetryState).logTelemetry",“instanceName”:“mxDvjVt5OOdAWk27”,“level”:“info”,“line”:255,“msg”:“/ApplicationState/CatchupStart”,“name”:“”,“session”:“”,“time”:“2023-07-18T18:12:56.047741Z”,“v”:"3.16.3”}
{“Context”:“sync”,“details”:{“StartRound”:0,“EndRound”:0,“Time”:49323,“InitSync”:false},“file”:“telemetry.go”,“function”:“github.com/algorand/go-algorand/logging.(*telemetryState).logTelemetry",“instanceName”:“mxDvjVt5OOdAWk27”,“level”:“info”,“line”:255,“msg”:“/ApplicationState/CatchupStop”,“name”:“”,“session”:“”,“time”:“2023-07-18T18:12:56.047782Z”,“v”:"3.16.3”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).sync",“level”:“info”,“line”:688,“msg”:"Catchup Service: finished catching up, now at round 0 (previously 0). Total time catching up 49.323µs.”,“name”:“”,“time”:“2023-07-18T18:12:56.047808Z”}

Please help me with this