Skip to content

Commit

Permalink
OSX mktemp is different - hopfully this will now work on HP/UX >:}
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <[email protected]> (github: SvenDowideit)
  • Loading branch information
SvenDowideit committed Mar 31, 2014
1 parent 53dc2d6 commit 04d1e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/installation/mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Run the following commands to get it downloaded and set up:
.. code-block:: bash
# Get the docker client file
DIR=$(mktemp -d) && \
DIR=$(mktemp -d ${TMPDIR:-/tmp}/dockerdl.XXXXXXX) && \
curl -f -o $DIR/ld.tgz https://get.docker.io/builds/Darwin/x86_64/docker-latest.tgz && \
gunzip $DIR/ld.tgz && \
tar xvf $DIR/ld.tar -C $DIR/ && \
Expand Down

0 comments on commit 04d1e68

Please sign in to comment.