mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Replace rancherio with rancher
Signed-off-by: Wang Long <long.wanglong@huawei.com>
This commit is contained in:
@@ -2,7 +2,7 @@ package docker
|
||||
|
||||
import (
|
||||
dockerClient "github.com/fsouza/go-dockerclient"
|
||||
"github.com/rancherio/os/config"
|
||||
"github.com/rancher/os/config"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@@ -7,8 +7,8 @@ import (
|
||||
"github.com/docker/libcompose/docker"
|
||||
"github.com/docker/libcompose/project"
|
||||
"github.com/docker/machine/log"
|
||||
"github.com/rancherio/os/config"
|
||||
"github.com/rancherio/os/util"
|
||||
"github.com/rancher/os/config"
|
||||
"github.com/rancher/os/util"
|
||||
"github.com/samalba/dockerclient"
|
||||
)
|
||||
|
||||
|
@@ -5,7 +5,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/docker/libcompose/project"
|
||||
"github.com/rancherio/os/config"
|
||||
"github.com/rancher/os/config"
|
||||
)
|
||||
|
||||
type ConfigEnvironment struct {
|
||||
|
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/docker/libcompose/docker"
|
||||
"github.com/docker/libcompose/project"
|
||||
"github.com/docker/machine/log"
|
||||
"github.com/rancherio/os/config"
|
||||
"github.com/rancher/os/config"
|
||||
"github.com/samalba/dockerclient"
|
||||
)
|
||||
|
||||
|
@@ -3,7 +3,7 @@ package docker
|
||||
import (
|
||||
"github.com/docker/libcompose/docker"
|
||||
"github.com/docker/libcompose/project"
|
||||
"github.com/rancherio/os/util"
|
||||
"github.com/rancher/os/util"
|
||||
)
|
||||
|
||||
type ServiceFactory struct {
|
||||
|
@@ -2,7 +2,7 @@ package docker
|
||||
|
||||
import (
|
||||
"github.com/docker/libcompose/project"
|
||||
"github.com/rancherio/os/config"
|
||||
"github.com/rancher/os/config"
|
||||
)
|
||||
|
||||
func IsSystemContainer(serviceConfig *project.ServiceConfig) bool {
|
||||
|
Reference in New Issue
Block a user