utils

package
v0.1.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(s []string, e string) bool

Contains checks if a string is contained in a string slice

func CreateFile

func CreateFile(p string) (*os.File, error)

Creates a file under specified path

func IsJSON

func IsJSON(str string) bool

IsJSON checks if a string is in JSON format

func LoadFileContent

func LoadFileContent(filepath string) (string, error)

LoadFileContent loads file content

func PullDockerImage

func PullDockerImage(imageName string) error

PullDockerImage pulls a docker image or returns an error

func PushDockerImage

func PushDockerImage(imageName string) error

PushDockerImage pushes a docker image or returns an error

func RemoveDockerContainer added in v0.1.19

func RemoveDockerContainer(containerID string) error

RemoveDockerContainer remove a docker container or returns an error

func RemoveDockerImage

func RemoveDockerImage(imageName string) error

RemoveDockerImage deletes a docker image or return an error

func RunDockerContainer added in v0.1.19

func RunDockerContainer(imageName string) (string, error)

RunDockerContainer runs a docker container and returns its ID or returns an error

func TagDockerImage

func TagDockerImage(sourceName, targetName string) error

TagDockerImage tags a docker image or returns an error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL