envoy-control-plane-example
Implementation of envoy control plane server
File Explorer
- config.yaml
- callbacks.go
- main.go
- main.go
- rest.go
- errors.go
- interface.go
- manager.go
- manager_test.go
- nodehash.go
- utils.go
- .gitignore
- cli.sh
- CODE_OF_CONDUCT.md
- docker-compose.yml
- Dockerfile
- go.mod
- go.sum
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
docker inspect
View Details ▼
docker inspect
Return low-level information on Docker objects.
docker inspect {{container|image|id}}
Display information about a container, image, or volume using a name or ID:
docker inspect {{[-f|--format]}} '\{\{range.NetworkSettings.Networks\}\}\{\{.IPAddress\}\}\{\{end\}\}' {{container}}
Display a container's IP address:
docker inspect {{[-f|--format]}} '\{\{.LogPath\}\}' {{container}}
Display the path to the container's log file:
envoy
View Details ▼
envoy
A PHP-based task manager for Laravel remote servers.
envoy init {{host_name}}
Initialize a configuration file:
envoy run {{task_name}}
Run a task:
envoy run --path {{path/to/directory}} {{task_name}}
Run a task from a specific project:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
