Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Manage Networks for Hosts! #17

Open
4 of 8 tasks
Clivern opened this issue Aug 3, 2018 · 1 comment
Open
4 of 8 tasks

Build Manage Networks for Hosts! #17

Clivern opened this issue Aug 3, 2018 · 1 comment

Comments

@Clivern
Copy link
Owner

Clivern commented Aug 3, 2018

  • List Networks.
  • Create Network.
  • View Network.
  • Delete Network.
  • Prune Networks Action.
  • Connect Container to Network.
  • Disconnect Container From Network.
  • Code Cleanup
@Clivern Clivern added the V1.0.0 label Aug 3, 2018
@Clivern Clivern self-assigned this Aug 3, 2018
@Clivern Clivern added this to the v1.0.0 milestone Sep 13, 2018
@Clivern
Copy link
Owner Author

Clivern commented Sep 13, 2018

python3 manage.py host exec list_networks host_id=1
python3 manage.py host exec get_network host_id=1 network_id=08e5caac9$$$$
python3 manage.py host exec prune_networks host_id=1
python3 manage.py host exec remove_network host_id=1 network_id=08e5caac9$$$$
python3 manage.py host exec create_network host_id=1 name=test driver=bridge
python3 manage.py host exec connect_network host_id=1 network_id=3cdcd89e52 container=0348a917ac
python3 manage.py host exec disconnect_network host_id=1 network_id=3cdcd89e52 container=0348a917ac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant