Merge pull request #14297 from pwaller/move-nat-pkg

Move /nat to /pkg/nat
This commit is contained in:
Alexander Morozov
2015-06-30 13:23:30 -07:00
20 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ import (
"fmt"
"strings"
"github.com/docker/docker/nat"
flag "github.com/docker/docker/pkg/mflag"
"github.com/docker/docker/pkg/nat"
)
// CmdPort lists port mappings for a container.