Skip to content

Commit 1257f50

Browse files
authored
Add another quote
1 parent 2189da2 commit 1257f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-hub/webhooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ With your webhook, you specify a target URL and a JSON payload to deliver. The e
3232
"date_created": 1.417494799e+09,
3333
"description": "",
3434
"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",
35+
"full_description": "Docker Hub based automated build from a GitHub repo",
3636
"is_official": false,
3737
"is_private": true,
3838
"is_trusted": true,

0 commit comments

Comments
 (0)