Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
s!dotcloud/docker!docker/docker!g
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Oct 31, 2014
1 parent 0aa6162 commit dc04e18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ intentionally left the issue tracker here open for just such discussion!
However, please do not submit pull requests. Due to this repo's unique
nature, pull requests are not only impossible to review, but also break the
orphaned history and increase repository clone times for everyone (most
importantly for the [stackbrew](https://github.com/dotcloud/stackbrew)
maintainers who have to test and deploy these images often).
importantly for the
[official-images](https://github.com/docker-library/official-images) maintainers
who have to test and deploy these images often).
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EOF
cat >> Dockerfile <<'EOF'
# a few minor docker-specific tweaks
# see https://github.com/dotcloud/docker/blob/master/contrib/mkimage/debootstrap
# see https://github.com/docker/docker/blob/master/contrib/mkimage/debootstrap
RUN echo '#!/bin/sh' > /usr/sbin/policy-rc.d \
&& echo 'exit 101' >> /usr/sbin/policy-rc.d \
&& chmod +x /usr/sbin/policy-rc.d \
Expand Down

0 comments on commit dc04e18

Please sign in to comment.