Sign inSign up

asafo/etcd-php-sample

By asafo

Updated about 8 years ago

Automatically create image for commits in github

Image
0

227

asafo/etcd-php-sample repository overview

etcd-php-sample

install dependencies:

composer install

run with telepresence against a kubernetes cluster

cli client
telepresence --run ./vendor/linkorb/etcd-php/bin/etcd-php  etcd:set /foo/bar "Hello world" example-etcd-cluster:2379```
```telepresence --run ./vendor/linkorb/etcd-php/bin/etcd-php  etcd:get /foo/bar example-etcd-cluster:2379

more commands: https://github.com/linkorb/etcd-php

php client
  • run
telepresence --run php main.php

run locally

build and run local etcd:
git clone https://github.com/coreos/etcd.git
cd etcd
./build
./bin/etcd

Tag summary

Content type

Image

Digest

Size

43.9 MB

Last updated

about 8 years ago

docker pull asafo/etcd-php-sample