Alexey
6
It doesn’t really:
And the live:
docker-compose up -d
docker-compose stop <containername>
for the live example:
docker-compose stop storagenode-Node1
docker-compose start <containername>
for the live example:
docker-compose start storagenode-Node1
docker-compose down
docker-compose pull
docker-compose up -d
2 Likes