perdocker icon indicating copy to clipboard operation
perdocker copied to clipboard

Eval code inside docker

Results 3 perdocker issues
Sort by recently updated
recently updated
newest added

Instead of exec docker command it has possible to use docker packet. For details: https://github.com/dotcloud/docker/blob/master/commands.go

``` go func NewWorker(lang *Lang, id, timeout int64, in chan Command, die chan error) (Worker, error){ // ... } type Worker interface { Stop() Start() } ```