Mark Lambert

Results 4 issues of Mark Lambert

When building Docker images in Linux, Docker lists the intermediate containers as it is building. Using that information, I can troubleshoot build errors by doing a `docker run -it --entrypoint...

So I've been using this image as a base for a Docker container for quite a while now. Recently I've decided to try and and flip my process and use...

Image [marklambert/nextpvr-ccextractor](https://hub.docker.com/repository/docker/marklambert/nextpvr-ccextractor) This image will eventually fail for other reasons because it uses .NET runtime, but this analysis failure should probably be looked at separately. `mark@Storage:~/docker-slim/dist_linux$ ./docker-slim build marklambert/nextpvr-ccextractor docker-slim[build]:...

This will require adding, at the minimum, a console and a way to access it. May look at rebasing the container to another one that already has some of this...

enhancement