Building a Docker Base Image Without Using a Dockerfile
Sometimes we need a base image that is not built from a Dockerfile, but instead created directly from an ISO, debootstrap environment, or distribution build tools. Below are several practical approaches.
Read More