Is there anyway to have docker create output the evaluated line? for example # Dockerfile COPY ${SRC}/file . will echo Step 1/1 COPY ${SRC}/file . I want it to
I recently started using podman and realized that images pulled via docker doesn't become available for use to podman and vice-versa. For example:- If I pull th