Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootUser is used to tell the container to run as root and not the default user www-data RootUser bool // ProxyContainer is used to ssh into the proxy container and is mostly used for troubleshooting ProxyContainer bool )
Functions ¶
func NewCommand ¶
func NewCommand(home string, docker client.CommonAPIClient, output terminal.Outputer) *cobra.Command
NewCommand returns the ssh command to get a shell in a container. The command is context aware and if it is not in a known project directory, it will provide a list of known sites to the user.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.