Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdDockerize = &commands.Command{ CustomFlags: true, UsageLine: "dockerize", Short: "Generates a Dockerfile for your Beego application", Long: `Dockerize generates a Dockerfile for your Beego Web Application. The Dockerfile will compile, get the dependencies with {{"godep"|bold}}, and set the entrypoint. {{"Example:"|bold}} $ bee dockerize -expose="3000,80,25" `, PreRun: func(cmd *commands.Command, args []string) { version.ShowShortVersionBanner() }, Run: dockerizeApp, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.