Checkout custom FTL branch on docker

Little question from my end.
I'm on arm64/aarch64 retrieved last time yesterday via:

docker pull --platform="arm64" pihole/pihole:latest
  Pi-hole version is v4.4 (Latest: v4.4)
  AdminLTE version is v4.3.3 (Latest: v4.3.3)
  FTL version is v4.3.1 (Latest: v4.3.1)

After running:

pihole checkout ftl new/all_clients_network_table

pihole-FTL doesn't start anymore and the whole DNS resolution doesn't work.
Should I look for something specific in logs or would you have any other suggestions?

Obviously, I'm after getting visibility on Network page list of client outside of just docker host.

You can't use these branches in Docker.

edit
Saw @DanSchaper post too late.


Maybe you should upgrade all three components to pihole v5.0 first before checking individual new branches.

See end of the page how to do it.

After upgrade you can checkout ftl and web new/all_clients_network_table.

Version should then give you

nanopi@nanopi:~$ pihole -v

  Pi-hole version is v4.3.5-450-g1b35eeb (Latest: v4.4)
  AdminLTE version is v4.3.2-438-ga99bfea (Latest: v4.3.3)
  FTL version is vDev-7759a76 (Latest: v4.3.1)

Doesn't work in the Docker image.