mirror of https://github.com/docker/docs.git
Merge pull request #5732 from SvenDowideit/pr_out_the_last_remaining_raw_github_com_url_s
the last remaining raw.github.com URL's
This commit is contained in:
commit
8da44c9b2a
|
@ -182,7 +182,7 @@ One way to automate this, is customise your get ``commit.template`` by adding
|
||||||
a ``prepare-commit-msg`` hook to your docker checkout:
|
a ``prepare-commit-msg`` hook to your docker checkout:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -o .git/hooks/prepare-commit-msg https://raw.github.com/dotcloud/docker/master/contrib/prepare-commit-msg.hook && chmod +x .git/hooks/prepare-commit-msg
|
curl -o .git/hooks/prepare-commit-msg https://raw.githubusercontent.com/dotcloud/docker/master/contrib/prepare-commit-msg.hook && chmod +x .git/hooks/prepare-commit-msg
|
||||||
```
|
```
|
||||||
|
|
||||||
* Note: the above script expects to find your GitHub user name in ``git config --get github.user``
|
* Note: the above script expects to find your GitHub user name in ``git config --get github.user``
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# /data volume is owned by sysadmin.
|
# /data volume is owned by sysadmin.
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download data Dockerfile
|
# # Download data Dockerfile
|
||||||
# wget http://raw.github.com/dotcloud/docker/master/contrib/desktop-integration/data/Dockerfile
|
# wget http://raw.githubusercontent.com/dotcloud/docker/master/contrib/desktop-integration/data/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build data image
|
# # Build data image
|
||||||
# docker build -t data .
|
# docker build -t data .
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# sound devices. Tested on Debian 7.2
|
# sound devices. Tested on Debian 7.2
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download Iceweasel Dockerfile
|
# # Download Iceweasel Dockerfile
|
||||||
# wget http://raw.github.com/dotcloud/docker/master/contrib/desktop-integration/iceweasel/Dockerfile
|
# wget http://raw.githubusercontent.com/dotcloud/docker/master/contrib/desktop-integration/iceweasel/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build iceweasel image
|
# # Build iceweasel image
|
||||||
# docker build -t iceweasel .
|
# docker build -t iceweasel .
|
||||||
|
|
Loading…
Reference in New Issue