{"id":24761064,"url":"https://github.com/ziozzang/docker-network-tools","last_synced_at":"2025-03-23T12:18:28.076Z","repository":{"id":33923801,"uuid":"37644778","full_name":"ziozzang/docker-network-tools","owner":"ziozzang","description":"Docker network tools. support floating IP, Network namespace sync, OVS and linux bridge.","archived":false,"fork":false,"pushed_at":"2015-06-29T01:40:05.000Z","size":2076,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-28T18:32:08.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ziozzang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-18T07:33:29.000Z","updated_at":"2020-11-27T14:09:45.000Z","dependencies_parsed_at":"2022-09-13T22:52:37.165Z","dependency_job_id":null,"html_url":"https://github.com/ziozzang/docker-network-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fdocker-network-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fdocker-network-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fdocker-network-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fdocker-network-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziozzang","download_url":"https://codeload.github.com/ziozzang/docker-network-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097834,"owners_count":20560319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-28T18:27:10.730Z","updated_at":"2025-03-23T12:18:28.049Z","avatar_url":"https://github.com/ziozzang.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-network-tools\nDocker network tools. support floating IP, Network namespace sync, OVS and linux bridge.\n\nConcepts\n========\nThis scripts are for docker network management script. docker's network is NAT based, but it can be used with just like openstack or something. yup, Float IP.. just DNAT/SNAT to specific container.\n\nYou can use docker with OVS(Open-V-Switch) and with Linux-bridge with low level setting. newer Docker can't setup with LXC option, so I need to setup docker with linux namespace.\n\n* Why bash script?\n  * because, It can run within even CoreOS. some Docker based OS doesn't have any support of python or something. so, I have to use bash.\n\n\nUsages\n======\n* All scripts are requied root permission. because scripts are handling iptables, docker process and linux kernel namespace.\n\n* Floating IP support\n * Add : docker-floatip-add [FLOAT_IP_WITH_SUBNET] [CONTAINER_ID]\n   * ex) docker-floatip-add 10.1.2.3/24 docker_name\n * Delete : docker-floatip-del [FLAOT_IP_WITH_SUBNET]\n   * ex) docker-floatip-del 10.1.2.3/24\n * Restore : docker-floatip-restore (Restore whole configuration.) \n   * ex) docker-floatip-restore\n * Down/Clean up hole setting : docker-floatip-down\n   * ex) docker-floatip-down \n\n* Linux namespace sync support\n  * docker-netns-sync : keep sync linux namespace with docker container. \n  * docker-event-wait : this is compiled golang binary, which supports just wait until new docker's event. src is https://github.com/ziozzang/docker-base-dev-env/tree/master/utility/docker-event-wait\n\n* OVS(openvswitch) support \n  * under working\n\n* linux bridge support\n  * under working\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziozzang%2Fdocker-network-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziozzang%2Fdocker-network-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziozzang%2Fdocker-network-tools/lists"}