mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-04 20:10:41 +00:00
Merge pull request #157 from danielkrainas/docker-data-root
use dockerd data-root option
This commit is contained in:
commit
095ca8100b
@ -320,7 +320,7 @@ func commandPush(build Build, tag string) *exec.Cmd {
|
||||
|
||||
// helper function to create the docker daemon command.
|
||||
func commandDaemon(daemon Daemon) *exec.Cmd {
|
||||
args := []string{"-g", daemon.StoragePath}
|
||||
args := []string{"--data-root", daemon.StoragePath}
|
||||
|
||||
if daemon.StorageDriver != "" {
|
||||
args = append(args, "-s", daemon.StorageDriver)
|
||||
|
Loading…
Reference in New Issue
Block a user