Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 601 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 601 Bytes

dero-docker

docker

Notes

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.

Connect to a running container

docker exec -it $CONTAINER_NAME screen -rd dero

Disconnect from a container

ctrl+a d -> never use ctrl+c or exit since this will stop the dero process but keep the container running (which is bad)