|
|
|
|
|
by kordless
3781 days ago
|
|
A simple immutable data structure can be implemented with a Merkle DAG. Merkle tree leaves store hashes of previous nodes and DAGs are directed graphs that don't loop around. Examples include simple blockchains. These structure provides immutable, versioned control of information. Containers are immutable, or like to think they are at least, so blockchains are an obvious thing to use in conjunction with deployments of said containers. At least that's what I keep telling everyone. |
|
I don't see how the former would be useful to someone deploying containers, but interested to hear your thoughts in either case.