• 0 Posts
  • 49 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle







  • The short answer is: Apple collects much of the same data as any other modern tech composite, but their “walled garden” strategy means that for the most part only THEY have access to that info.

    It’s technically lower risk since fewer parties have access to the data, but philosophically just about equally as bad because they aren’t doing this out of any real love for privacy (despite what their marketing department might claim)











    1. Yes, portainer will see every container you make, regardless of how it was created.

    2. No, creating a docker container doesn’t make a compose file. It’s like cooking a meal doesn’t output a recipe.

    3. You can save the compose file(s) wherever you want, you just need to run “docker compose up” from that directory. If you make the container within portainer, I believe it stores the compose files in its own volume. Not sure about that, I keep my compose file separate from portainer for most services.