Skip to content

Instantly share code, notes, and snippets.

@pr0PM
Created February 3, 2021 15:48
Show Gist options
  • Save pr0PM/0bb14afa4e469d9058b13fc5cac4b811 to your computer and use it in GitHub Desktop.
Save pr0PM/0bb14afa4e469d9058b13fc5cac4b811 to your computer and use it in GitHub Desktop.
cassandra on podman
# remember to use :Z at the end while creating volumes to let podman disable and manage selinux
# flags and avoid getting the Permission Denied errors
podman create network cass-n
podman run --name learn-c --network cass-n -v ./data:/var/lib/cassandra:Z -d cassandra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment