stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

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.