Skip to content

Instantly share code, notes, and snippets.

@shin-
Created April 9, 2014 17:20
Show Gist options
  • Save shin-/10294006 to your computer and use it in GitHub Desktop.
Save shin-/10294006 to your computer and use it in GitHub Desktop.
[debug] server.go:936 Calling POST /images/{name:.*}/tag
2014/04/09 19:17:50 POST /v1.6/images/scratch/tag
[/var/lib/docker|8af4e1a1] +job tag(scratch, , )
Repository name can't be empty
[/var/lib/docker|8af4e1a1] -job tag(scratch, , ) = ERR (1)
[error] server.go:962 Error: Repository name can't be empty
[error] server.go:89 HTTP Error: statusCode=500 Repository name can't be empty
import docker
c = docker.Client()
c.tag('scratch', 'foobar')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment