mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
6 lines
85 B
Go
6 lines
85 B
Go
// +build !windows
|
|
|
|
package dockerfile
|
|
|
|
var defaultShell = []string{"/bin/sh", "-c"}
|