bocker
bocker copied to clipboard
Using 'shuf' for uuid generation results in occasional name conflicts.
Ideally uuidgen
should be used, but in the current implementation this will not work due to interface names being generated based on uuid's.
0b5dc8b3383f089861ec7fe86760e3e818b94e39 includes a nasty hack to work around this by capping the maximum number containers at 253. However a better solution is needed.