Multihost, multinetwork persistent containers
November 7, 2019
Containers are considered ephemeral: they can be thrown away, updated, or redeployed. But what if you need persistence or, heaven forbid, you use a database? With some live hacking, Alvin Richards showcases the core Docker componentsMachine, Engine, Swarm, and Composealong with integration with Aerospike so you can deploy persistent database containers across multiple hosts and networks.