Move the Docker data directory

Posted on Thu 14 December 2023 in Docker

Configure the Docker daemon to store all its data in a different directory, instead of in the default directory.


Continue reading

Use Docker to Test and Deploy Python Web Apps

Posted on Tue 29 August 2023 in Docker

Use Docker to containerize and test an existing Python app on your local PC. Then, use Docker to easily deploy the containerized app to a virtual private server (VPS).


Continue reading