Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-06-06 | Change dev and proc bwrap flags | axtloss | 2 | -11/+10 | |
2023-05-31 | Add SPDX License header to source files | axtloss | 8 | -3/+19 | |
2023-05-31 | Add permissions configuration file | axtloss | 5 | -18/+191 | |
2023-05-29 | Allow bind mounting from host into container | axtloss | 5 | -11/+32 | |
2023-05-26 | Add comments to functions | axtloss | 6 | -78/+227 | |
2023-05-25 | remove command, allow registry/repo/image:tag layout | axtloss | 5 | -47/+114 | |
2023-05-25 | Add shell subcommand | axtloss | 3 | -7/+24 | |
2023-05-25 | Make the start command work | axtloss | 3 | -10/+27 | |
I should rename this to "JHackIT", because this only consists of hacks lmao | |||||
2023-05-25 | Add function to start container | axtloss | 5 | -21/+185 | |
I cannot understand any of this anymore. Oh well :shipit: | |||||
2023-05-25 | Change tar extract method | axtloss | 3 | -88/+24 | |
2023-05-25 | Change mount function and add chmod | axtloss | 6 | -53/+39 | |
2023-05-24 | Add command line options | axtloss | 7 | -85/+84 | |
2023-05-24 | Allow creating containers | axtloss | 6 | -24/+142 | |
2023-05-24 | Automatically extract downloaded blobs | axtloss | 6 | -30/+213 | |
2023-05-24 | Add blob deduplication | axtloss | 3 | -135/+183 | |
Adds installed blobs to a database and skips downloading them if it finds them in the database | |||||
2023-05-23 | Add stuff | axtloss | 3 | -0/+157 | |
2023-05-15 | fix some warnings | axtloss | 4 | -18/+8 | |
Intellij when unnecessary .toString: "boohoo pls remove :(" Intellij when literally my code: "yeah that's fine :D" | |||||
2023-05-15 | multithreaded downloads and non docker registries | axtloss | 4 | -198/+289 | |
Runs each layer download on a different thread. Allows using registries other than registry.docker.io |