You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight container with the openstack's CLI client (python-openstackclient) installed
2
+
3
+
A lightweight container with the openstack's CLI client (python-openstackclient) installed.
4
+
5
+
This container is a python-buster base with python3-openstackclient installed. For specific use of the OpenStack cli please check out the documentation on the official repo:
To use the OpenStack CLI you need to configure your environment settings first. This can be done either with environment variables in docker or by setting flags on individual OpenStack CLI commands.
12
+
13
+
More info on using the flags or environment variables can be found on the official repo:
Note: If a password is not provided above (in plaintext), you will be interactively prompted to provide one securely. The -it flag is required on your run statements to interactively provide the password.
0 commit comments