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

More containers + cleanup #23

Open Fusion opened 9 years ago

Fusion commented 9 years ago

With this change, containers are created monotonically and we can have tens of thousands: I simply changed the 10 network to a /16 and am using modulo to fill in the ip address' third and fourth octet. I then do something similar with the mac address.

I also added a 'cleanup' command that deletes orphaned network namespaces and interfaces.

Fusion commented 9 years ago

...and I added a few things. Feel free to cherry pick!

EDIT: and a few more...

p8952 commented 9 years ago

Thanks for these @Fusion, at a glance they look good. Hopefully I've have some time to review fully and merge later in the week.

Fusion commented 9 years ago

Cool. Actually I just found a bug that I introduced when re-organizing 'run' and 'start' -- I will fix it later today. Oops/

EDIT: fixed! :)

q2dg commented 7 years ago

Hey! Any news on this? Thanks!

Fusion commented 7 years ago

Not sure. Looks like Peter moved on to better things. My branch may still be somewhat ahead: https://github.com/Fusion/bocker/commits/master

No one has expressed interest in more than a year so I imagine that, without Peter pushing it forward, this project is now.. er.. quiescent.

q2dg commented 7 years ago

Yes, it seems so. It's a pity