scaleway / docker-machine-driver-scaleway

:whale: Scaleway driver for Docker Machine
MIT License
249 stars 34 forks source link

Explanation about generated tags #69

Closed brikou closed 6 years ago

brikou commented 7 years ago

After creating 2 machines with the scaleway driver, I found that some tags appears. What is the purpose of those, I don't understand?

image

tbillon commented 7 years ago

The AUTHORIZED_KEY tag allows you to add a ssh key which is not from your account credentials. I suppose the driver does this to allow the machine Docker Machine runs on to connect to the managed servers without having you add a specific key to your account.