• 0 Posts
  • 94 Comments
Joined 2 years ago
cake
Cake day: September 12th, 2023

help-circle




  • This is good advice. Thoth here’s a thought. Most people around here know about tor and VPNs and http proxies and whatever else. And even without that probably in general leave a more anonymous footprint on the web. I’m betting there are millions of “normies” visiting that site from their phones following FB or X (lol) or IG or TikTok links. (Which would be the same phones they will have on them when they attend one of these protests. ) But I’m betting there’s millions of visitors. Trump can’t even deport millions of people, much as he’d like to claim. If they start arresting millions for visiting a website (not that they’d have anywhere to put them) that would certainly have people rioting in the streets.




  • You would run “docker build” to create your image. Maybe around the top of your source tree. That would have a step which copies your code into a directory which will be part of the built image.

    Though as another reply mentions, for dev purposes (probably not for production) you could create a mount point / volume which mounts the source dir from your host inside of the container. This will allow you to make changes to your source code on your host without having to re-run “docker build” every time.