package docker_sdk
import "github.com/tlop503/quicksand/docker_sdk"
Index
Variables
var CurrentCtr = ""
var CurrentHostURL = "http://localhost:5800"
var FireFoxImage = "jlesage/firefox"
var TorImage = "domistyle/tor-browser"
Functions
func PullAll
func PullAll(ctx context.Context) error
func RemoveContainer
func RemoveContainer(ctx context.Context, ctrName string, force bool) error
func StartContainer
func StartContainer(img string, ctx context.Context, ctrName string) (string, error)
func StopContainer
func StopContainer(ctx context.Context, ctrName string) error