stack-2.15.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.DockerCmd

Description

Functions related to Stack's docker pull and docker reset commands.

Synopsis

Documentation

dockerPullCmd :: () -> RIO Runner () Source #

Function underlying the stack docker pull command. Pull the current Docker image.

dockerResetCmd Source #

Arguments

:: Bool

Delete the sandbox's home directory?

-> RIO Runner () 

Function underlying the stack docker reset command. Reset the Docker sandbox.