CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

(CLI) Pull Docker Images #45

Closed revett closed 6 years ago

revett commented 6 years ago

Problem

Before creating the stack we want to fetch all of the needed Docker images.

Solution

Make this into a reusable service function, which makes use of the .ImagePull() client function.

Docs: https://godoc.org/github.com/docker/docker/client#Client.ImagePull

Notes