We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--load
1 parent 0b8ad5c commit d741857Copy full SHA for d741857
build.sh
@@ -12,7 +12,7 @@ usage() {
12
echo " use_cache Enable caching (by default --no-cache is used)"
13
echo ""
14
echo "If no options are specified, the following command will be executed:"
15
- echo " docker buildx build src/. --tag pihole --no-cache"
+ echo " docker buildx build src/. --tag pihole --load --no-cache"
16
exit 1
17
}
18
0 commit comments