Comment on PRISM - a self-hosted OSINT platform with a real-time dashboard
realitaetsverlust@piefed.zip 6 days agoSorry I’m so green, gotta start somewhere!
Start with the documentation. Docker has a great introductory section that teaches you the basics.
https://docs.docker.com/get-started/introduction/ (the pushing your image part is not that important, the rest is)
Running a project that does things you don’t know is not the best thing to learn. Learning is done by going through the basics first, not immediately firing docker compose, which is one step above pure docker.
ArcaneSlime@lemmy.dbzer0.com 6 days ago
Thank you! I’ll check out the docker docs before I try spinning this up as my first trial run!