How To Stop A Node Using Docker
Goal
Correctly stop a node using docker.
Steps
Update your doker image:
Pull out the current docker-compose.yml file:
Tell docker-compose to update containers following the directions given in docker-compose.yml:
Useful links
Last updated