Skip to content

Commit

Permalink
Removes scripts for running etcd via docker
Browse files Browse the repository at this point in the history
  • Loading branch information
grussorusso committed Oct 7, 2024
1 parent 208860b commit bd239b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ As functions are executed within Docker containers, you need Docker to
be installed on the host. Furthermore, Serverledge needs
permissions to create containers.

You also need an **etcd** server to run Serverledge. To quickly start a local
server:

$ ./scripts/start-etcd.sh # stop it with ./scripts/stop-etcd.sh
You also need an `etcd` server to run Serverledge. To quickly start a local
server, just download [a recent
release](https://github.com/etcd-io/etcd/releases) of `etcd` and just run `./etcd`.

Start a local Serverledge node:

Expand Down
9 changes: 0 additions & 9 deletions scripts/start-etcd.sh

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/stop-etcd.sh

This file was deleted.

0 comments on commit bd239b5

Please sign in to comment.