MihaMarkic / Cake.Docker

Cake AddIn that extends Cake with Docker
MIT License
47 stars 36 forks source link

Add custom command functionality #26

Closed Kemyke closed 6 years ago

Kemyke commented 6 years ago

Add functionality to call docker commands not yet supported by this library. You can pass a string as a docker command so you can run any command with this. Useful as a workaround for missing commands (images, image/network/volume prune, ...)

MihaMarkic commented 6 years ago

Good idea, I'll take a look and if it is fine, I'll merge it.

Kemyke commented 6 years ago

Hi @MihaMarkic

may I ask when will you have the time to review my code? Sorry to bother you but i am in a little hurry and i have to push this package on a different name if the merge will take longer.

Thanks!

MihaMarkic commented 6 years ago

@Kemyke Hopefully tomorrow

Kemyke commented 6 years ago

Thanks!

MihaMarkic commented 6 years ago

Hey, thank you.