Tag: docker

  • Building a Dockerized C# Email Tester: A Step-by-Step Guide 📧🐳👨‍💻

    As developers, we often need to test email functionality in our applications. But how can we do that efficiently, especially when working with Docker containers? In this tutorial, I’ll walk you through the process of creating a Dockerized C# Email Tester. We’ll cover everything from setting up the project to sending test emails—all within a…

  • Hosting a Minecraft bedrock server

    Hosting a Minecraft bedrock server

    The server To host your own Minecraft Bedrock server using Docker, you can follow these steps: Tip: I love using vs code for this work, because it has a docker client, to show running clients, it has an integrated terminal, and it has a nice way to edit YAML files. This command creates a Docker…