Isolate partial layers from a Docker image
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Garrett Mills 3496e77824
Big bang
2 months ago
.idea Big bang 2 months ago
lib Big bang 2 months ago
src Big bang 2 months ago
.gitmodules Big bang 2 months ago
Dockerfile Big bang 2 months ago
README.md Big bang 2 months ago
docker-isolate.bash Big bang 2 months ago

README.md

Goal:

  • Specify a base image name
  • Specify a final image name
  • Identify the last layer of the base image
  • Export the intermediate layers that the final image adds to the base image
  • Reimport those as a single layer