• 2 Posts
  • 1.35K Comments
Joined 2 years ago
cake
Cake day: July 18th, 2023

help-circle


  • So I ended up reading up on the original comics because I knew they were a bit darker than the cartoons. It seems shredder is only in volume 1 of 4. In it he’s basically a New York Yakuza boss that kills splinters master. So splinter trains the turtles to kill shredder. After that he does get resurrected once, but after that he stays dead.

    Volume 2 cover a full on battle with DARPA (for experimenting on aliens and turtles), Volume 3 has a possible daughter of shredder trying to get revenge, but volume 4 retcons volume 3 and focuses on a future where aliens come to earth and the turtles can roam the streets as “aliens” (which isn’t that weird for the series as aliens first appear in volume 1).

    So, yeah, it gets kinda weird.








  • Looks like there is a config and cache location in their docker scripts. The easiest way to make a docker application portable is to bind mount the config and cache. That way you have access to the actual files and could copy them to your windows partition.

    If you’re already using a volume for that data, I think it becomes a bit trickier. I know technically you can move or copy volumes, but I’ve never tried. Although you could still bind mount a random directory and still copy the files out.