Skip to content

Commit

Permalink
Come back to aufs by default because of docker 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alban Montaigu committed Jun 25, 2015
1 parent 96f50e9 commit 19c5b4b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions boot2docker/config/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi


# -------------------------------------------------
# Solves insecure registry
# Solves insecure registry (example)
# -------------------------------------------------
#if grep -q my.inscure.registry.url /var/lib/boot2docker/profile; then
# echo "== nothing todo in boot2docker/profile !"
Expand All @@ -43,14 +43,14 @@ fi


# -------------------------------------------------
# Solves AUFS layers limitation
# Docker profile customization (example)
# -------------------------------------------------
if grep -q devicemapper /var/lib/boot2docker/profile; then
echo "== nothing todo in boot2docker/profile for devicemapper !"
else
echo -e '\nDOCKER_STORAGE=devicemapper\n' >> /var/lib/boot2docker/profile
echo "== boot2docker/profile updated with devicemapper !"
fi
#if grep -q my_option /var/lib/boot2docker/profile; then
# echo "== nothing todo in boot2docker/profile for my_key_command !"
#else
# echo -e '\nDOCKER_OPTS=my_option\n' >> /var/lib/boot2docker/profile
# echo "== boot2docker/profile updated with my_option !"
#fi


# -------------------------------------------------
Expand Down

0 comments on commit 19c5b4b

Please sign in to comment.