Containerization with Docker¶
If dockerfile
is set to "y"
, a simple Dockerfile
is added to the
repository. The Dockerfile installs uv, sets up the environment and runs
foo.py
when run.
The docker image can be built with
It can then be run in the background with
Or, run it interactive mode with