cmd

package
v0.0.1-dev.2 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Copyright © 2022 NAME HERE <EMAIL ADDRESS>

Copyright © 2022 NAME HERE <EMAIL ADDRESS>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyFile

func CopyFile(dest, src string) error

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type Manifest

type Manifest struct {
	Config   string   `json:"Config"`
	RepoTags []string `json:"RepoTags"`
	Layers   []string `json:"Layers"`
}

type ManifestConfig

type ManifestConfig struct {
	Architecture string `json:"architecture"`
	Config       struct {
		Env        []string    `json:"Env"`
		Cmd        []string    `json:"Cmd"`
		WorkingDir string      `json:"WorkingDir"`
		OnBuild    interface{} `json:"OnBuild"`
	} `json:"config"`
}

type Opts

type Opts struct {
	Mounts []spec.Mount `json:"mounts,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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