News

That’s how to run a Python script in terminal or CMD. It’s a very straightforward process, but it’s extremely handy if you ever want to quickly carry out a bespoke task.
Let’s say you want to run the same commands for updating and upgrading the software in your container. You’ll still need the container ID and can run a command like docker exec ID apt-get ...