Skip to content

Commit

Permalink
Remove Privilege Flag from the Document
Browse files Browse the repository at this point in the history
  • Loading branch information
xusine authored Dec 8, 2022
1 parent b4ebac6 commit ba64481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/benchmarks/data-serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The YCSB client has a data generator. After starting Cassandra, YCSB can start l
Start the server container that will run cassandra server and installs a default keyspace usertable:

```bash
$ docker run --name cassandra-server --privileged --net host cloudsuite/data-serving:server
$ docker run --name cassandra-server --net host cloudsuite/data-serving:server
```
### Multiple Server Containers

Expand Down

0 comments on commit ba64481

Please sign in to comment.