Skip to content

Instantly share code, notes, and snippets.

View christopherobin's full-sized avatar
🏠
Working from home

Christophe Robin christopherobin

🏠
Working from home
  • Bloomberg LP
  • Tokyo, Japan
View GitHub Profile
crobin@crobin-linux ~ $ docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
art/aeriscloud.nodejs <none> 2eb31902c905 32 minutes ago 701.7 MB
crobin@crobin-linux ~ $ docker inspect art/aeriscloud.nodejs
Error: No such image or container: art/aeriscloud.nodejs
[]
crobin@crobin-linux ~ $ docker inspect 2eb31902c905
[{
// proper inspect data
}
@christopherobin
christopherobin / monotonic.go
Created February 27, 2014 09:33
Golang Monotonic
package main
// #include <time.h>
import "C"
import (
"fmt"
)
type TimeSpec struct {