-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker
32 lines (22 loc) · 918 Bytes
/
docker
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# fireworks-docker
## 1. Setup X11
#### Install XQuartz:
<br>
https://dl.bintray.com/xquartz/downloads/XQuartz-2.7.11.dmg
#### Setup XQuartz:
Start XQuartz and then go to settings (Apple + ,) and go to Security tab, and make sure you've got "Allow connections from network clients" ticked.
#### Then restart iQuartz.
#### XQuartz setting for Mac
Start XQuartz from command line using open -a XQuartz. In the XQuartz preferences, go to the “Security” tab and make sure you’ve got “Allow connections from network clients” ticked:
![XQuartzPreferenceSetting](docs/xquartz_preferences.png)
## 2. Install Docker
Install Docker Desktop
https://hub.docker.com/editions/community/docker-ce-desktop-mac
## 3. Run cmsShow
Get cmsShowDocker script and run it
<br>
```
curl -O https://raw.githubusercontent.com/alja/fireworks-docker/main/cmsShowDocker
cmsShowDocker cmsShow-11.21
./cmsShow data.root
```