Hello I have the MinecraftBasicServer installed and I am trying to open the console. I tried using the following command but I get this error message.
docker exec -u minecraft -ti screen -xS Minecraft
Error: No such container: screen
I then tried it using the docker's console and got this error.
sh: 1: docker: not found
Am I just not entering it in the wrong place?