first a few docker commands, withdocker container lsyou get an overview of the running containers. The restart command should bedocker container restart <container name or id from the ls command>" Sometimes the restart doesn’t work, then check if the container is running withdocker container l...