I’ve got a problem trying to work with Docker on standalone server without Internet access.
This is Debian Linux machine, I’ve installed docker from packages. All I need is to build and run several docker images including custom packages of Python, Apache and PostgreSQL.
so that is what I cannot do on local machine - fetch an image from registry-1.docker.io/v2/ - e.g. I have to prepare my own php image, apache image, postgres image etc. And point my docker to fetch these images locally, not from Docker Hub.
But how to build such images and configure docker to use them?