Skip to content

Commit

Permalink
Merge pull request #98 from TheNewNormal/v1.5.2
Browse files Browse the repository at this point in the history
v1.5.2
  • Loading branch information
rimusz authored Oct 28, 2016
2 parents ac47c1a + 8cc085c commit f423529
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 15 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>01E2853918A6C4E300BC630D</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions src/CoreOS/CoreOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.5.2</string>
<key>CFBundleVersion</key>
<string>537</string>
<string>539</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file modified src/bin/docker2aci
Binary file not shown.
Binary file added src/bin/registry
Binary file not shown.
26 changes: 13 additions & 13 deletions src/cloud-init/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ coreos:
listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
advertise-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
units:
- name: docker-tcp.socket
command: start
enable: true
content: |
[Unit]
Description=Docker Socket for the API
[Socket]
ListenStream=2375
BindIPv6Only=both
Service=docker.service

[Install]
WantedBy=sockets.target
- name: format-persistent-disk.service
command: start
content: |
Expand Down Expand Up @@ -116,19 +129,6 @@ coreos:
After=var-lib-docker.mount flanneld.service
[Service]
Environment=DOCKER_OPTS='--insecure-registry="0.0.0.0/0"'
- name: docker-tcp.socket
command: start
enable: true
content: |
[Unit]
Description=Docker Socket for the API
[Socket]
ListenStream=2375
BindIPv6Only=both
Service=docker.service

[Install]
WantedBy=sockets.target
- name: update-engine.service
command: stop
- name: dockerui.service
Expand Down

0 comments on commit f423529

Please sign in to comment.