Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #146 from phylake/master
Browse files Browse the repository at this point in the history
increase devicemapper base size
  • Loading branch information
phylake authored Nov 22, 2016
2 parents a0fdfa4 + cd8cd29 commit 537e89f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
`porter` is [semantically versioned](http://semver.org/spec/v2.0.0.html)

### v3.1.0

- increased devicemapper base size to 50GB

### v3.0.5

- add `autowire_security_groups` so security group management can be turned off
Expand Down
2 changes: 2 additions & 0 deletions files/porter_bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ export LOG_DEBUG=1

env
adduser porter-docker -u {{ .ContainerUserUid }}
echo 'OPTIONS="$OPTIONS --storage-opt dm.basesize=50G"' >> /etc/sysconfig/docker
# CIS Docker Benchmark 1.11.0 2.13
echo 'OPTIONS="$OPTIONS --disable-legacy-registry"' >> /etc/sysconfig/docker
# CIS Docker Benchmark 1.11.0 2.1
echo 'OPTIONS="$OPTIONS --icc=false"' >> /etc/sysconfig/docker
{{ if .InsecureRegistry -}}
echo 'OPTIONS="$OPTIONS --insecure-registry={{ .InsecureRegistry }}"' >> /etc/sysconfig/docker
{{ end -}}

service haproxy start
service docker restart
docker version
Expand Down

0 comments on commit 537e89f

Please sign in to comment.