We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scripts/update-docker
1 parent a3a588e commit fd20cf8Copy full SHA for fd20cf8
scripts/update-docker
@@ -2,7 +2,7 @@
2
source "$(dirname $0)/common.sh"
3
4
emit_header "Docker-related vocabulary"
5
-curl -s https://raw.githubusercontent.com/docker/docker.github.io/master/_data/glossary.yaml \
+curl -s https://raw.githubusercontent.com/docker/docs/main/data/glossary.yaml \
6
| python3 -c 'import sys, yaml, json; json.dump(yaml.safe_load(sys.stdin), sys.stdout)' \
7
| jq -r keys[] \
8
| emit_words
0 commit comments