pullImage pulls the configured image within the specified ctx and returns an error if the pull failed.
(ctx context.Context)
| 27 | |
| 28 | // pullImage pulls the configured image within the specified ctx and returns an error if the pull failed. |
| 29 | pullImage(ctx context.Context) error |
| 30 | |
| 31 | // createContainer creates and starts the configured container. May return a container even if an error happened. |
| 32 | // This container will need to be removed. Passing tty also means that the main console will be prepared for |
no outgoing calls