You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We need a way to see how long ago a user signed into the Docker application. We can't see this from the console at the moment so we need to parse the Docker logs for something that seems relavant
Looking to parse this information one Windows and macOS
Describe the solution you'd like
A clear and concise description of what you want to happen.
Realized that Docker does log certain events when a user logs out and into the application again. Found this information in Docker.log in path ~/Users/myusername/Library/Containers/com.docker.docker/Data/log/host
Would need help filtering something to this effect.
Example when signed in
Date - 2023-09-26
Token received for User myusername
User “myusername”
[2023-09-26T16:28:03.958672000Z][com.docker.backend.registry][I] fetched tokens for: myusername, expiry at 2023-09-26 13:28:03.958586 -0400 EDT
time="2023-09-26T16:28:04Z" level="info" msg="GoBackend: [2023-09-26T16:28:04.249647000Z][com.docker.backend.registry][I] received token for user myusername, session XXXXXXXX-XXXX-XXX-XXXX-XXXXXXXXXXXX
time="2023-09-26T16:28:04Z" level="info" msg="GoBackend: [2023-09-26T16:28:04.511780000Z][com.docker.backend.ipcstream][I] 2c47c9fb-BackendAPI /proxy-control --> [2023-09-26T12:28:04.510461000-04:00] (d71533ee) proxy : {""Locked"":false,""MustLogIn"":false,""Restricted"":false,""User"":""myusername""}
Example - SIgned might just look like
Date -2023-09-26
User “” blank username
On Fri, Sep 29, 2023 at 5:06 PM Jason Schmidt ***@***.***> wrote:
Thanks for writing this up; I've got
a rough filter working to pull this information on the Mac. I need to
confirm if this works on windows next.
Jay
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN73NTTVINWPP2OMD7TLDLLX45O7TANCNFSM6AAAAAA5IALMTI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We need a way to see how long ago a user signed into the Docker application. We can't see this from the console at the moment so we need to parse the Docker logs for something that seems relavant
Looking to parse this information one Windows and macOS
Describe the solution you'd like
A clear and concise description of what you want to happen.
Realized that Docker does log certain events when a user logs out and into the application again. Found this information in Docker.log in path ~/Users/myusername/Library/Containers/com.docker.docker/Data/log/host
Would need help filtering something to this effect.
Example when signed in
Date - 2023-09-26
Token received for User myusername
User “myusername”
[2023-09-26T16:28:03.958672000Z][com.docker.backend.registry][I] fetched tokens for: myusername, expiry at 2023-09-26 13:28:03.958586 -0400 EDT
time="2023-09-26T16:28:04Z" level="info" msg="GoBackend: [2023-09-26T16:28:04.249647000Z][com.docker.backend.registry][I] received token for user myusername, session XXXXXXXX-XXXX-XXX-XXXX-XXXXXXXXXXXX
time="2023-09-26T16:28:04Z" level="info" msg="GoBackend: [2023-09-26T16:28:04.511780000Z][com.docker.backend.ipcstream][I] 2c47c9fb-BackendAPI /proxy-control --> [2023-09-26T12:28:04.510461000-04:00] (d71533ee) proxy : {""Locked"":false,""MustLogIn"":false,""Restricted"":false,""User"":""myusername""}
Example - SIgned might just look like
Date -2023-09-26
User “” blank username
time="2023-09-26T16:28:04Z" level="info" msg="GoBackend: [2023-09-26T16:28:04.511780000Z][com.docker.backend.ipcstream][I] 2c47c9fb-BackendAPI /proxy-control --> [2023-09-26T12:28:04.510461000-04:00] (d71533ee) proxy : {""Locked"":false,""MustLogIn"":false,""Restricted"":false,""User"":""myusername""}
time="2023-09-26T16:29:47Z" level="info" msg="GoBackend: [2023-09-26T16:29:47.907663000Z][com.docker.backend.ipcstream][I] 2c47c9fb-BackendAPI /proxy-control --> [2023-09-26T12:29:47.907523000-04:00] (5d8a8c14) proxy : {""Locked"":false,""MustLogIn"":false,""Restricted"":false,""User"":""""}
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Haven't considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: