Advertisement
warpanomaly

Docker logs for unaccessible windows container 070625

Jul 7th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | Software | 0 0
  1. PS C:\Users\MYUSERNAMEHERE\Documents\test\WebTest1\WebMVCTestContain1\WebMVCTestContain1> docker logs magical_shaw --tail 20
  2. warn: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[60]
  3. Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. For more information go to https://aka.ms/aspnet/dataprotectionwarning
  4. warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35]
  5. No XML encryptor configured. Key {GUID-LOOKING-VALUE-HERE} may be persisted to storage in unencrypted form.
  6. info: Microsoft.Hosting.Lifetime[14]
  7. Now listening on: http://[::]:8080
  8. info: Microsoft.Hosting.Lifetime[0]
  9. Application started. Press Ctrl+C to shut down.
  10. info: Microsoft.Hosting.Lifetime[0]
  11. Hosting environment: Production
  12. info: Microsoft.Hosting.Lifetime[0]
  13. Content root path: /app
  14. PS C:\Users\MYUSERNAMEHERE\Documents\test\WebTest1\WebMVCTestContain1\WebMVCTestContain1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement