What else can I do with my Docker obsession?

0
0
Asked By CuriousCoder42 On

I've become totally hooked on Docker! I love creating and exploring various images and UI tools that others have developed. Right now, I've got a bunch of projects running—Node.js, Nginx Proxy Manager, Portainer, Dashy, NextCloud, Jellyfin, Postgres, and a few others I can't even recall. I also manage several Portainer nodes across multiple servers, with Portainer installed on my main server. But now I feel like I've reached a peak—I'm not sure what's next. I'm interested in gathering data, like tracking information from marketplaces (maybe scraping data from Facebook Marketplace). I'd love to know what other containers I can try out. Help me redirect my Docker addiction!

2 Answers

Answered By ScrapeMaster3000 On

If you're looking to scrape data, consider using containers tailored for that, like a web scraper using Python. There are several templates available on GitHub that can help you get started with scraping Facebook Marketplace data specifically. It could keep your Docker journey exciting!

Answered By TechieTinker On

I totally get that Docker fever! Once you dive in, it can be hard to stop. Have you thought about using tools like Grafana for data visualization? You could set it up to track metrics from your services or scrape data using something like Beautiful Soup in a container. Plus, you're probably ready to explore Kubernetes for orchestration—it’s a more complex but rewarding next step! Just remember to take breaks and document what you learn as you go!

DockerDreamer -

Kubernetes does sound like the next step! Just be prepared for a bit of a learning curve, but it’s definitely rewarding.

DataDrivenDude -

I agree! Grafana is super useful. You could even try collecting stats on your server's performance to visualize its health over time.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.