We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed05d13 commit 1f8a63bCopy full SHA for 1f8a63b
app/main.go
@@ -83,7 +83,6 @@ func getLayerBlob(image, blobSum, token string) error {
83
84
// Usage: your_docker.sh run <image> <command> <arg1> <arg2> ...
85
func main() {
86
-
87
command := os.Args[3]
88
args := os.Args[4:len(os.Args)]
89
cmd := exec.Command(command, args...)
0 commit comments