things that probably exist
waow
BAU BAU BAU
WAOW WAOW WAOW
test ignore
stream ascension to heaven
also stream hiss
console.log('hello, world?');
#[testkit::test]
async fn test_thing(ctx: testkit::TestContext) {
panic!("unreachable");
}
package main
import (
"github.com/docker/docker/api/types/container"
"github.com/docker/docker/client"
"context"
"fmt"
)
func main() {
api, err := client.NewClientWithOpts(client.FromEnv)
if err != nil {
panic(err)
}
defer api.close()
containers, err := api.ContainerList(context.Background(), container.ListOptions{All: true})
if err != nil {
panic(err)
}
for _, c := range containers {
fmt.Printf("%s %s [%s]", c.ID, c.Image, c.Status)
}
}
t1 | t2 | t3 |
---|---|---|
waow | waow | waow |