I understand that the SBOM feature is experimental at this point. Is it possible to mount an image in docker and then have docker create an SBOM? Or is the SBOM only for docker images created in docker?
Thanks.
Share and learn in the Docker community.
I understand that the SBOM feature is experimental at this point. Is it possible to mount an image in docker and then have docker create an SBOM? Or is the SBOM only for docker images created in docker?
Thanks.
You can’t “mount” an image, but you can run Docker in Docker if you want to. It means you run the docker daemon in a container.