treehouses / cli

cli 🦄 for raspberry pi images of type treehouses
https://www.npmjs.com/package/@treehouses/cli
GNU Affero General Public License v3.0
44 stars 20 forks source link

add `treehouses container run [url to docker/balena/etc image]` #999

Open LordJashin32 opened 4 years ago

LordJashin32 commented 4 years ago

Grabs name on end of link of image. Then that is the service name. Makes it easier for us to test new images. If we have same sort of functionality as docker run/whatever.

kjong commented 4 years ago

This would essentially just be docker pull and docker run. Not sure if this should be added to services.sh since we can't customize the container. Might be better to just run theses commands separately.