From Dockerfile to Distroless - Container LabSchritt 3 von 12: Checking out the example app
Alle Labs

Checking out the example app

Imagine your boss with an affinity for vibe-coding wrote a very sophisticated app and handed it to you in a Git repository. The app is written in JavaScript, provides a sleek frontend to track your learning goals and progress, and stores data in a SQLite database.

💡Pro Tip

Feel free to fork the repository if you want to save your changes and experiment with different approaches.

To check out the application, create a playground directory somewhere on your machine and clone the repository:

git clone https://github.com/tsclabs-eu/lab-container-basics

Afterward, you should see a new directory on your machine containing the application files.

This will be the starting point for your container journey. There is an app directory inside of this repository, which contains the application code.

Feedback

If you find any issues with the lab or have some feedback, please open an issue or create a pull request in this repository.