You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If persistence is enabled, data is stored in the VOLUME /data, which can be used with --volumes-from some-volume-container or -v /docker/host/dir:/data
46
72
47
73
74
+
</TabItem>
75
+
<TabItemvalue="Redis Enterprise">
76
+
77
+
78
+
79
+
### Pre-requisite
80
+
81
+
Ensure that Docker is installed in your system.
82
+
83
+
If you're new, refer https://docs.docker.com/docker-for-mac/install/ to install Docker on Mac.
84
+
85
+
86
+
To pull and start the Redis Enterprise Software Docker container, run this docker run command in the terminal or command-line for your operating system.
87
+
88
+
Note: On Windows, make sure Docker is configured to run Linux-based containers.
48
89
90
+
```
91
+
docker run -d --cap-add sys_resource --name rp -p 8443:8443 -p 9443:9443 -p 12000:12000 redislabs/redis
92
+
```
93
+
94
+
Open your preferred browser and type https://<IPAddress>:8443 to open Redis Enterprise UI.
95
+
96
+

97
+
98
+
Click on “Setup”.
99
+
100
+
In the Node Configuration settings, enter your preferred FQDN. Then click Next button.
101
+
102
+

103
+
104
+
Enter the admin credentials:
105
+
106
+

49
107
108
+
Select "Single Region" as Deployment option for a quick demonstration.
0 commit comments