Skip to content

Commit

Permalink
disable growroot...
Browse files Browse the repository at this point in the history
  • Loading branch information
marklee77 committed Oct 29, 2014
1 parent 2cb6d0a commit 70d7f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*

RUN mkdir -p /etc/my_init.d && \
touch /etc/growroot-disabled && \
echo '#!/bin/sh\n/usr/bin/cloud-init init' > \
/etc/my_init.d/10-cloud-init && \
chmod 755 /etc/my_init.d/10-cloud-init

0 comments on commit 70d7f72

Please sign in to comment.