Viewing output of stopped Docker container -
it seems there's no way view screen output of stopped container (which makes logical sense, since it'd need running in order poll screen content). however, if you're working in vacuum third-party image, how can debug failure start if can't access screen output? can stream screen output file?
did notice docker logs command? print stdout container.
Comments
Post a Comment