bocker icon indicating copy to clipboard operation
bocker copied to clipboard

Docker implemented in around 100 lines of bash

Results 14 bocker issues
Sort by recently updated
recently updated
newest added

bocker pull does not support public registry, can't pull from there anymore. The api has switched to v2, and the v1 does not seem to work anymore...

@p8952 @frohoff @tst2005 At the moment I have no host to test it... Is it possible to manipulate the host from inside of a bocker container or is there isolation...

Old Docker Registry HTTP API is deprecated. Switch to moby's image downloading shell.

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...

If bridge0 doesn't exist, automatically create it, enable IPv4 forwarding, and setup a minimal MASQUERADE rule so the containers can access the external network. Details in the individual commit messages....

It looks like bocker run bash works, but there is no way I can get a prompt. Even 'export PS1="$ "' doesn't work. It is not that big of a...

I was just exploring data mounts and some thing like this `unshare -m -- /bin/sh -c "mount -o bind,noexec,nosuid,nodev /var/bocker/shared '$btrfs_path/$uuid'/var/www/data"` seems to work well enough for basic host to...