Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 306 Bytes

File metadata and controls

15 lines (9 loc) · 306 Bytes

hcloud

Simple Dockerimage for hcloud

Usage:

Basic hcloud command:

  • docker run -it --rm askoproducts/hcloud hcloud

List all your servers:

  • docker run -it -e HCLOUD_TOKEN=YOURHETZNERCLOUDAPITOKEN --rm askoproducts/hcloud hcloud server list

Environment variables:

  • HCLOUD_TOKEN (your api token)