We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc0ccf commit 61dd3acCopy full SHA for 61dd3ac
1 file changed
services
@@ -121,7 +121,7 @@ case "${command}" in
121
"create")
122
export $(cat .env | grep "#" -v)
123
echo "Pulling Docker images"
124
- docker pull quay.io/curl/curl
+ docker pull -q quay.io/curl/curl
125
${dockerCmd} -f docker-compose/kurento.yml build kurento-examples
126
${dockerCmd} -f docker-compose/kurento.yml pull kurento
127
${dockerCmd} -f docker-compose/kurento-with-filters.yml build
0 commit comments