- Step1: List existing Docker containers using `list_containers()`
- Step2: Create a new container with `create_container()` specifying the image, name, and dependencies
- Step3: Run code inside the container with `execute_code()` or `execute_python_script()`
- Step4: Add more dependencies if needed using `add_dependencies()`
- Step5: Cleanup by stopping and removing containers with `cleanup_container()`