## version: 1.30
## method: get
## path: /events
## code: 200
## response: {"Type":"container","Action":"create","Actor":{"ID":"ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743","Attributes":{"com.example.some-label":"some-label-value","image":"alpine","name":"my-container"}},"time":1461943101}
actor <- list(
id = "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
attributes = c(
"com.example.some-label" = "some-label-value",
image = "alpine",
name = "my-container"))
list(
type = "container",
action = "create",
actor = actor,
time = 1461943101L,
time_nano = NA_integer_)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.