Create new project
Deploy new project from docker-compose.yaml contents or download contents from URL.
URL can be Github repository url in format https://github.com/[user]/[repo] and it will be automatically resolved to docker-compose.yaml file in master branch. Any other URL provided must return docker-compose.yaml file contents.
If project with the same name already exists, existing project will be replaced.
hapi vps docker create <virtual-machine-id> [flags]
--content string URL pointing to docker-compose.yaml file, Github repository or raw YAML content of the compose file
--environment string Project environment variables
-h, --help help for create
--project-name string Docker Compose project name using alphanumeric characters, dashes, and underscores only
--config string Config file (default is $HOME/.hapi.yaml)
--format string Output format type (json|table|tree), default: table
- hapi vps docker - Docker Manager commands