We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bf06a commit af2c4bbCopy full SHA for af2c4bb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Dock Change Log
2
3
+## 1.4.4 (2017-04-10)
4
+
5
+* Set project repo root to current working directory rather than top level
6
+ git repository root to allow dock to run in git repo subdirs
7
+* Include list of projects currently a part of a dock container within dock
8
+ extension messaging
9
10
## 1.4.3 (2017-03-29)
11
12
* Change defaults for privileged and pull_latest flags from false to true
bin/dock
@@ -25,7 +25,7 @@
25
26
set -euo pipefail
27
28
-dock_version="1.4.3"
+dock_version="1.4.4"
29
dock_bin="$0"
30
31
# We want all output to go to STDERR so that STDOUT receives output from the
0 commit comments