mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 01:20:05 +00:00
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:
@@ -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" ]
|
||||
Reference in New Issue
Block a user