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

stratumfarm/dero-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)