Skip to content

Commit

Permalink
Merge pull request #68 from TheNewNormal/v1.3.0
Browse files Browse the repository at this point in the history
v1.3.0
  • Loading branch information
rimusz committed Jun 7, 2016
2 parents e8b9619 + a8a8177 commit a0efa02
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
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.2.9</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>467</string>
<string>469</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file modified src/bin/corectl
Binary file not shown.
Binary file modified src/bin/docker2aci
Binary file not shown.
Binary file modified src/bin/registry
Binary file not shown.
4 changes: 2 additions & 2 deletions src/docker_registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export PATH=${HOME}/coreos-osx/bin:$PATH

start() {
echo "Starting Docker Registry v2 on 192.168.64.1:5000 ..."
nohup registry config.yml >/dev/null 2>&1 &
nohup registry serve config.yml >/dev/null 2>&1 &
}

stop() {
kill $(ps aux | grep "[r]egistry config.yml" | awk {'print $2'}) >/dev/null 2>&1
kill $(ps aux | grep "[r]egistry serve config.yml" | awk {'print $2'}) >/dev/null 2>&1
}

usage() {
Expand Down

0 comments on commit a0efa02

Please sign in to comment.