python3-zun
OpenStack container management service API client - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-zun.sh
- Debian
-
apt-get install python3-zunclient
- Ubuntu
-
apt-get install python3-zunclient
- Kali Linux
-
apt-get install python3-zunclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-zunclient
- Dockerfile
- dockerfile.run/python3-zun
python3-zunclient
OpenStack container management service API client - Python 3.x
Zun (ex. Higgins) is a Container Management service for OpenStack. It aims to provide an OpenStack API for launching and managing containers backed by different container technologies. This is a client library for Zun built on the Zun API. It provides a Python API (the zunclient module) and a command-line tool(zun). This package contains the Python 3.x module.