remove check on login
This commit is contained in:
parent
2b1b3c1270
commit
1ce4ba6c9f
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue