Kubedock is executed at workspace startup and podman is configured to use it as the backend. Once the workspace is started type:
$ podman run --name httpd -d -p 8080:8080 python python -m http.server 8080
2023-06-15.19.42.18.mp4
A couple of Visual Studio Code tasks are pre-configured (using the .devfile.yaml
) to run the tests and the application.
Testcontainers uses kubedock to start a MySQL database. But tests are currently failing on Developer Sandbox. That's probably because the MySQL container expects to be run as root.