docs: Consolidate mac tips & tricks in ./docs/mac.md

We had serveral files with instructions, in particular for
networking, for macOS/Docker for Mac. Let's have just one place.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-04-25 12:00:26 +01:00
parent 855f8f2722
commit db6d3d7ed2
4 changed files with 59 additions and 51 deletions

View File

@@ -1,8 +0,0 @@
# A dockerfile to build a socat container
#
# It sets the environment to talk to the local cluster
FROM alpine:edge
RUN apk add --no-cache socat
ENTRYPOINT [ "/usr/bin/socat" ]