run_maildev

package
v0.95.1 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "run-maildev",
	Short: "docker run --name maildev -d -p 1080:1080 -p 1025:1025 maildev/maildev",
	Args:  cobra.NoArgs,
	Run: func(c *cobra.Command, args []string) {
		exec_utils.ExecOut(
			"docker",
			"run",
			"--name", "maildev",
			"-d",
			"-p", "1080:1080",
			"-p", "1025:1025",
			"maildev/maildev",
		)
		fmt.Println("See: http://127.0.0.1:1080")
	},
}
View Source
var FlagDomain string
View Source
var FlagDry bool
View Source
var FlagInstallOnly bool
View Source
var FlagNamespace string

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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