This image will start dero (node and wallet-cli) inside a screen session. This workaround allows you to access the interactive console within the container.
docker exec -it $CONTAINER_NAME screen -rd dero
ctrl+a d -> never use ctrl+c or exit since this will stop the dero process but keep the container running (which is bad)