New side project - Docker App Starter

DockerAppStarter is a small open source tool created for developers who run their applications in Docker containers on Windows. Instead of showing a raw terminal window to the user, this tool displays a polished splash screen with a progress bar and image, while starting the necessary services in the background. Below you'll find more details about the project and a link to the repository.

🐳 DockerAppStarter – an aesthetic launcher for Docker applications on Windows

DockerAppStarter is a small helper tool that allows you to create graphical splash screens for applications launched via Docker on Windows. The project was created for developers and software distributors who want to offer users a more polished and professional startup experience than a simple terminal window.

🔧 What does DockerAppStarter do?

  • Displays a modern splash screen with loading bars, images, and progress animation.
  • Launches specified Docker containers or other necessary processes in the background.
  • Supports configuration via startup arguments or a JSON file.

🖥️ Ideal for desktop web applications and local services run in containers, where the user expects a clear signal that “something is loading.”

You can find the source code and usage examples here:
👉 https://github.com/tariel36/DockerAppStarter