Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 702 Bytes

File metadata and controls

19 lines (13 loc) · 702 Bytes

Redis test container run

  • Podman option:
podman run --userns keep-id -it --rm -p 6379:6379 \
  -v $PWD/conf:/usr/local/etc/redis -v $PWD/run:/run \
  docker.io/redis:7.0 redis-server /usr/local/etc/redis/redis.conf

License

This project is licensed under:

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.