Put back the github.com path for the import

Upstream-commit: 453d49573c91a1c49ffbc54d040145804e38d91e
Component: engine
This commit is contained in:
creack
2013-03-12 11:59:27 -07:00
parent a130f465ad
commit 35529bba2c
13 changed files with 18 additions and 20 deletions
+4 -6
View File
@@ -1,15 +1,15 @@
package server
import (
".."
"../fs"
"../future"
"../rcli"
"bufio"
"bytes"
"encoding/json"
"errors"
"fmt"
"github.com/dotcloud/docker"
"github.com/dotcloud/docker/fs"
"github.com/dotcloud/docker/future"
"github.com/dotcloud/docker/rcli"
"io"
"net/http"
"net/url"
@@ -60,8 +60,6 @@ func (srv *Server) Help() string {
{"mirror", "(debug only) (No documentation available)"},
{"port", "Lookup the public-facing port which is NAT-ed to PRIVATE_PORT"},
{"ps", "List containers"},
{"pull", "Download a new image from a remote location"},
{"put", "Import a new image from a local archive"},
{"reset", "Reset changes to a container's filesystem"},
{"restart", "Restart a running container"},
{"rm", "Remove a container"},