Safe Haskell | None |
---|---|
Language | GHC2021 |
Stack.DockerCmd
Description
Functions related to Stack's docker pull
and docker reset
commands.
Synopsis
- dockerPullCmd :: () -> RIO Runner ()
- dockerResetCmd :: Bool -> RIO Runner ()
Documentation
dockerPullCmd :: () -> RIO Runner () Source #
Function underlying the stack docker pull
command. Pull the current
Docker image.