Skip to content

Commit

Permalink
rename docker implementations
Browse files Browse the repository at this point in the history
docker <-> dockerlib
  • Loading branch information
cgalibern committed Nov 15, 2024
1 parent 00555aa commit b866a8d
Show file tree
Hide file tree
Showing 11 changed files with 894 additions and 894 deletions.
2 changes: 0 additions & 2 deletions core/driverdb/drivers.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ import (
_ "github.com/opensvc/om3/drivers/ressyncsymsnapvx"
_ "github.com/opensvc/om3/drivers/ressynczfs"
_ "github.com/opensvc/om3/drivers/ressynczfssnap"
_ "github.com/opensvc/om3/drivers/restaskdocker"
_ "github.com/opensvc/om3/drivers/restaskhost"
_ "github.com/opensvc/om3/drivers/restaskpodman"
_ "github.com/opensvc/om3/drivers/resvhostenvoy"
_ "github.com/opensvc/om3/drivers/resvol"
)
4 changes: 3 additions & 1 deletion core/driverdb/drivers_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
_ "github.com/opensvc/om3/drivers/poolloop"
_ "github.com/opensvc/om3/drivers/poolvg"
_ "github.com/opensvc/om3/drivers/rescontainerdocker"
_ "github.com/opensvc/om3/drivers/rescontainerdockercli"
_ "github.com/opensvc/om3/drivers/rescontainerdockerlib"
_ "github.com/opensvc/om3/drivers/rescontainerkvm"
_ "github.com/opensvc/om3/drivers/rescontainerlxc"
_ "github.com/opensvc/om3/drivers/rescontainerpodman"
Expand All @@ -22,4 +22,6 @@ import (
_ "github.com/opensvc/om3/drivers/resdiskzvol"
_ "github.com/opensvc/om3/drivers/resipcni"
_ "github.com/opensvc/om3/drivers/resipnetns"
_ "github.com/opensvc/om3/drivers/restaskdocker"
_ "github.com/opensvc/om3/drivers/restaskpodman"
)
Loading

0 comments on commit b866a8d

Please sign in to comment.