gopher-net / docker-ovs-plugin

An Open vSwitch Plugin for Docker's Libnetwork
Apache License 2.0
76 stars 31 forks source link

Fixing issue 53 #54

Open traetox opened 3 years ago

traetox commented 3 years ago

PR does a few things:

  1. Get go.mod setup
  2. abstract the cache maps into structures that are protected by mutex
  3. clean up the Dockerfile so that the output docker image is dramatically smaller (use /bin/bash build.sh)

Issue addressed is : https://github.com/gopher-net/docker-ovs-plugin/issues/53