Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lmiguelmh
Created May 21, 2019 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmiguelmh/acc75d5f0db1db3903083e384103634a to your computer and use it in GitHub Desktop.
Save lmiguelmh/acc75d5f0db1db3903083e384103634a to your computer and use it in GitHub Desktop.
Docker logs for sam local invoke
-- Reboot --
may 21 16:59:47 desktop systemd[1]: Starting Docker Application Container Engine...
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.068753765-05:00" level=info msg="systemd-resolved is running, so using resolvconf: /run/systemd/resolve/resolv.conf"
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099138143-05:00" level=info msg="parsed scheme: \"unix\"" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099158867-05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099337708-05:00" level=info msg="parsed scheme: \"unix\"" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099354685-05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099513707-05:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0 <nil>}]" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099620988-05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099660921-05:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc42016ba80, CONNECTING" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099546596-05:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0 <nil>}]" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099792145-05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099828300-05:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc4208d8100, CONNECTING" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.099939828-05:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc4208d8100, READY" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.100135533-05:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc42016ba80, READY" module=grpc
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.116995244-05:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.161871123-05:00" level=info msg="Graph migration to content-addressability took 0.00 seconds"
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.162089816-05:00" level=warning msg="Your kernel does not support swap memory limit"
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.162122881-05:00" level=warning msg="Your kernel does not support cgroup rt period"
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.162129638-05:00" level=warning msg="Your kernel does not support cgroup rt runtime"
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.162639905-05:00" level=info msg="Loading containers: start."
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.163866810-05:00" level=error msg="Failed to load container 67ab2499b983f83a29294995013775f0a3810e53f66a6504c63411db4cacdbb6: open /var/lib/docker/containers/67ab2499b983f83a29294995013775f0a3810e53f66a6504c63411db4cacdbb6/config.v2.json: no such file or directory"
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.438900712-05:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.482575549-05:00" level=info msg="Loading containers: done."
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.600351143-05:00" level=info msg="Docker daemon" commit=d14af54 graphdriver(s)=overlay2 version=18.09.4
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.602626344-05:00" level=info msg="Daemon has completed initialization"
may 21 16:59:48 desktop systemd[1]: Started Docker Application Container Engine.
may 21 16:59:48 desktop dockerd[1300]: time="2019-05-21T16:59:48.621242888-05:00" level=info msg="API listen on /var/run/docker.sock"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment