aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-06Change dev and proc bwrap flagsaxtloss2-11/+10
2023-05-31Add SPDX License header to source filesaxtloss8-3/+19
2023-05-31Add permissions configuration fileaxtloss5-18/+191
2023-05-29Allow bind mounting from host into containeraxtloss5-11/+32
2023-05-26Add comments to functionsaxtloss6-78/+227
2023-05-25remove command, allow registry/repo/image:tag layoutaxtloss5-47/+114
2023-05-25Add shell subcommandaxtloss3-7/+24
2023-05-25Make the start command workaxtloss3-10/+27
I should rename this to "JHackIT", because this only consists of hacks lmao
2023-05-25Add function to start containeraxtloss5-21/+185
I cannot understand any of this anymore. Oh well :shipit:
2023-05-25Change tar extract methodaxtloss3-88/+24
2023-05-25Change mount function and add chmodaxtloss6-53/+39
2023-05-24Add command line optionsaxtloss7-85/+84
2023-05-24Allow creating containersaxtloss6-24/+142
2023-05-24Automatically extract downloaded blobsaxtloss6-30/+213
2023-05-24Add blob deduplicationaxtloss3-135/+183
Adds installed blobs to a database and skips downloading them if it finds them in the database
2023-05-23Add stuffaxtloss3-0/+157
2023-05-15fix some warningsaxtloss4-18/+8
Intellij when unnecessary .toString: "boohoo pls remove :(" Intellij when literally my code: "yeah that's fine :D"
2023-05-15multithreaded downloads and non docker registriesaxtloss4-198/+289
Runs each layer download on a different thread. Allows using registries other than registry.docker.io