Hey everyone! I'm just starting out with Docker and I'm eager to learn more about it. Right now, I have a Synology DS423+ running DSM 7.2.2 and I've managed to install iperf3 successfully, which is a small win for me! I'm looking for any tips or suggestions on how to get better at Docker and what I can do next. Any experiences you could share would really help me out!
1 Answer
One great way to dive into Docker is by building an application! It really showcases what Docker can do and makes it easy to deploy your app to the cloud. Plus, a lot of cloud providers support it directly. What kind of problems are you looking to solve? That can help shape the app you create and how you set up Docker.
I'm not sure how to build an app though; I'm not a programmer.