CloudOpting / cloudopting-crane

Build dockerized applications with puppet and deploy anywhere.
MIT License
4 stars 5 forks source link

we need to know which are the characters not usable in the container name #13

Closed gioppoluca closed 8 years ago

gioppoluca commented 8 years ago

Also for the container name as in #12 we need to know the set of allowed characters

jmcerpa commented 8 years ago

container name: only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed

gioppoluca commented 8 years ago

Also considering compose etc?

----Messaggio originale----

Da: jmcerpa notifications@github.com

Data: 03/02/2016 16.44

A: "CloudOpting/cloudopting-crane"cloudopting-crane@noreply.github.com

Cc: "Luca Gioppo"gioppoluca@libero.it

Ogg: Re: [cloudopting-crane] we need to know which are the characters not usable in the container name (#13)

container name: only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed

— Reply to this email directly or view it on GitHub.

jmcerpa commented 8 years ago

These are the characters. as naming rules are in #16