diff --git a/commands.go b/commands.go index 9f3168ac06f8acd23b699e03a6b3446ea49e1164..ddb2c1a52be8df3aa2b87b246eac492616ee0dd8 100644 --- a/commands.go +++ b/commands.go @@ -739,12 +739,6 @@ func (cli *DockerCli) CmdPull(args ...string) error { remote = remoteParts[0] } - if strings.Contains(remote, "/") { - if _, err := cli.checkIfLogged(true, "pull"); err != nil { - return err - } - } - v := url.Values{} v.Set("fromImage", remote) v.Set("tag", *tag)