Skip to content

Commit

Permalink
🐛 update volume type (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad authored Apr 30, 2024
1 parent 256fb62 commit 8371891
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -751,14 +751,13 @@ func (a *analyzeCommand) createContainerVolume(sourceInput string) (string, erro
"volume",
"create",
"--opt",
"type=bind",
"type=none",
"--opt",
fmt.Sprintf("device=%v", sourceInput),
"--opt",
"o=bind",
volName,
}

cmd := exec.Command(Settings.PodmanBinary, args...)
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
Expand Down

0 comments on commit 8371891

Please sign in to comment.