From ddc904a50246ef9350f99c3c3e952527a7f7dd8d Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 27 Aug 2019 15:27:41 -0700 Subject: [PATCH] remove docker line from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3b9326ace..b571459d0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ The base path contains the ZeroTier One service main entry point (`one.cpp`), se - `controller/`: the reference network controller implementation, which is built and included by default on desktop and server build targets. - `debian/`: files for building Debian packages on Linux. - `doc/`: manual pages and other documentation. - - `docker/`: Dockerfile to build as a container for containerized Linux systems and Kubernetes clusters. - `ext/`: third party libraries, binaries that we ship for convenience on some platforms (Mac and Windows), and installation support files. - `include/`: include files for the ZeroTier core. - `java/`: a JNI wrapper used with our Android mobile app. (The whole Android app is not open source but may be made so in the future.)