We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2189da2 commit 1257f50Copy full SHA for 1257f50
docker-hub/webhooks.md
@@ -32,7 +32,7 @@ With your webhook, you specify a target URL and a JSON payload to deliver. The e
32
"date_created": 1.417494799e+09,
33
"description": "",
34
"dockerfile": "#\n# BUILD\u0009\u0009docker build -t svendowideit/apt-cacher .\n# RUN\u0009\u0009docker run -d -p 3142:3142 -name apt-cacher-run apt-cacher\n#\n# and then you can run containers with:\n# \u0009\u0009docker run -t -i -rm -e http_proxy http://192.168.1.2:3142/ debian bash\n#\nFROM\u0009\u0009ubuntu\nMAINTAINER\u0009[email protected]\n\n\nVOLUME\u0009\u0009[\/var/cache/apt-cacher-ng\]\nRUN\u0009\u0009apt-get update ; apt-get install -yq apt-cacher-ng\n\nEXPOSE \u0009\u00093142\nCMD\u0009\u0009chmod 777 /var/cache/apt-cacher-ng ; /etc/init.d/apt-cacher-ng start ; tail -f /var/log/apt-cacher-ng/*\n",
35
- "full_description": Docker Hub based automated build from a GitHub repo",
+ "full_description": "Docker Hub based automated build from a GitHub repo",
36
"is_official": false,
37
"is_private": true,
38
"is_trusted": true,
0 commit comments