I'm unable to import local docker images after upgrading to docker version 1.2, this is a known bug and has already been fixed in the docker GitHub repo (Details: <a href="https://github.com/docker/docker/pull/7716">https://github.com/docker/docker/pull/7716</a> [<a href="https://github.com/docker/docker/pull/7716" target="_blank">^</a>]). This seems to fixed in RHEL 7 (Details: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1129754">https://bugzilla.redhat.com/show_bug.cgi?id=1129754</a> [<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1129754" target="_blank">^</a>]).<br />
<br />
<a href="mailto:root@server">root@server</a> images]# cat image.tar.gz | docker import - reponame:tag_name<br />
2014/11/28 10:52:30 Invalid repository name (reponame:tag_name), only [a-z0-9-_.] are allowed
↧