-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathimages.json
128 lines (128 loc) · 3.1 KB
/
images.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"couchbase": {
"enable": "false",
"image-name": "couchbase",
"image-url": "couchbase",
"category": [
"Storage",
"ApplicationFrameworks"
],
"pull-count": 38989426,
"official": true,
"options": "",
"args": "",
"dependencies": {},
"id": "5"
},
"redis": {
"enable": "false",
"image-name": "redis",
"image-url": "redis",
"category": [
"Databases"
],
"pull-count": 1690741773,
"official": true,
"options": "",
"args": "",
"dependencies": {},
"id": "8"
},
"mongo": {
"enable": "false",
"image-name": "mongo",
"image-url": "mongo",
"category": [
"Databases"
],
"pull-count": 1831318554,
"official": true,
"options": "",
"args": "",
"dependencies": {},
"id": "10"
},
"postgres": {
"enable": "false",
"image-name": "postgres",
"image-url": "postgres",
"category": [
"Databases"
],
"pull-count": 1110065133,
"official": true,
"options": "-e POSTGRES_PASSWORD=password",
"args": "",
"dependencies": {},
"id": "14"
},
"nginx": {
"enable": "true",
"image-name": "nginx",
"image-url": "nginx",
"category": [
"ApplicationInfrastructure"
],
"pull-count": 1960017377,
"official": true,
"options": "",
"args": "",
"dependencies": {},
"id": "15"
},
"mysql": {
"enable": "false",
"image-name": "mysql",
"image-url": "mysql",
"category": [
"Databases"
],
"pull-count": 903550824,
"official": true,
"options": "-e MYSQL_ROOT_PASSWORD=my-secret-pw",
"args": "",
"dependencies": {},
"id": "16"
},
"httpd": {
"enable": "false",
"image-name": "httpd",
"image-url": "httpd"
},
"memcached": {
"enable": "false",
"image-name": "memcached",
"image-url": "memcached",
"category": [
"Storage"
],
"pull-count": 768466201,
"official": true,
"options": "",
"args": "",
"dependencies": {},
"id": "26"
},
"wordpress": {
"enable": "false",
"image-name": "wordpress",
"image-url": "wordpress",
"category": [
"ApplicationServices"
],
"pull-count": 303530959,
"official": true,
"options": "-e WORDPRESS_DB_PASSWORD=wpuser@ -p 80:80 -v /tmp/html:/var/www/html",
"args": "",
"dependencies":
{
"mariadb": {
"image-name": "mysql",
"image-url": "mysql",
"options": "-e MYSQL_ROOT_PASSWORD=aqwe123 -e MYSQL_USER=wpuser -e MYSQL_PASSWORD=wpuser@ -e MYSQL_DATABASE=wordpress_db",
"link": true
}
},
"id": "38"
}
}