mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
fix: update README.md for new release (#12637)
rename all 'docker run' commands to 'podman run' fixes #12633
This commit is contained in:
@@ -11,7 +11,7 @@ etcd uses [gcr.io/etcd-development/etcd](https://console.cloud.google.com/gcr/im
|
||||
```
|
||||
rm -rf /tmp/etcd-data.tmp && mkdir -p /tmp/etcd-data.tmp && \
|
||||
docker rmi gcr.io/etcd-development/etcd:v3.3.9 || true && \
|
||||
docker run \
|
||||
podman run \
|
||||
-p 2379:2379 \
|
||||
-p 2380:2380 \
|
||||
--mount type=bind,source=/tmp/etcd-data.tmp,destination=/etcd-data \
|
||||
|
||||
Reference in New Issue
Block a user