cucker/weave

By cucker

Updated over 3 years ago

reference weaveworks/weave

Image
0

276

What's this

Based on weaveworks/weave image, switch iptables-legacy to nf_tables.

To adapt to CentOS 8. Because centos 8 iptables (v1.8.4) just support nf_tables.

Supported tags and respective Dockerfile links

How to use this image

  1. download weave and pull cucker/weave image

    curl -L git.io/weave -o /usr/local/bin/weave
    chmod a+x /usr/local/bin/weave
    
    export weaver_version=`weave version |tail -n 1 |awk '{print $2}'`
    docker pull cucker/weave:${weaver_version}
    docker tag cucker/weave:${weaver_version} weaveworks/weave:${weaver_version}
    
  2. launch weave
    Then launch weave as normally as usual.

    weave launch
    

Docker Pull Command

docker pull cucker/weave