https://github.com/colthreepv/scaleway-shell
docker image to execute Scaleway shell specifying user/password via environment variables
https://github.com/colthreepv/scaleway-shell
cli docker scaleway
Last synced: 3 months ago
JSON representation
docker image to execute Scaleway shell specifying user/password via environment variables
- Host: GitHub
- URL: https://github.com/colthreepv/scaleway-shell
- Owner: colthreepv
- License: mit
- Created: 2017-12-13T22:08:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T11:50:46.000Z (over 7 years ago)
- Last Synced: 2025-01-22T17:45:11.458Z (5 months ago)
- Topics: cli, docker, scaleway
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scaleway-shell
==============
[]()
[]()This docker image let's you execute a Scaleway CLI specifying user/password via environment variables.
**Automatically updated when `scaleway/cli` changes**
# Example usage
Passing username and password via environment variables
```shell
docker run --rm -it -e SCALEWAY_ORGANIZATION=xxxxxxx-xxxxx-... -e SCALEWAY_TOKEN=yyyyyyyy-yyyyyy... colthreepv/scaleway-shell`
```You can find the scaleway organization in the [credentials page](https://cloud.scaleway.com/#/credentials)
