p8952 / bocker

Docker implemented in around 100 lines of bash
https://www.p8952.info/
GNU General Public License v3.0
11.26k stars 715 forks source link

Using 'shuf' for uuid generation results in occasional name conflicts. #10

Open p8952 opened 9 years ago

p8952 commented 9 years ago

Ideally uuidgen should be used, but in the current implementation this will not work due to interface names being generated based on uuid's.

p8952 commented 9 years ago

0b5dc8b3383f089861ec7fe86760e3e818b94e39 includes a nasty hack to work around this by capping the maximum number containers at 253. However a better solution is needed.