You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
The images don't define a DockerENTRYPOINT rules. The container caller mustmanually execute the binary that is in/usr/local/bin. It may bectl orworker.
Create a network that will be shared by the controller and worker nodes:
docker network create tucano-net
Run the controller:
docker container run --rm --network tucano-net --name ctl --entrypoint'/usr/local/bin/ctl' ctl