File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ Bash スクリプトを実行することによって、コマンドラインか
221221
222222```yaml
223223kurento:
224- image: fiware/stream-oriented-kurento
224+ image: quay.io/ fiware/stream-oriented-kurento
225225 hostname: kurento
226226 container_name: fiware-kurento
227227 expose:
@@ -243,7 +243,7 @@ kurento:
243243
244244``` yaml
245245kurento-examples :
246- image : fiware/kurento-examples
246+ image : quay.io/ fiware/kurento-examples
247247 container_name : examples-kurento
248248 depends_on :
249249 - kurento
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ The specific architecture of each section of the tutorial is discussed below.
177177
178178```yaml
179179kurento:
180- image: fiware/stream-oriented-kurento
180+ image: quay.io/ fiware/stream-oriented-kurento
181181 hostname: kurento
182182 container_name: fiware-kurento
183183 expose:
@@ -196,7 +196,7 @@ The `kurento` container is listening on a single port:
196196
197197``` yaml
198198kurento-examples :
199- image : fiware/kurento-examples
199+ image : quay.io/ fiware/kurento-examples
200200 container_name : examples-kurento
201201 depends_on :
202202 - kurento
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 kurento-examples :
55 labels :
66 org.fiware : ' tutorial'
7- image : fiware/kurento-examples
7+ image : quay.io/ fiware/kurento-examples
88 container_name : examples-kurento
99 depends_on :
1010 - kurento
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 kurento-examples :
55 labels :
66 org.fiware : ' tutorial'
7- image : fiware/kurento-examples
7+ image : quay.io/ fiware/kurento-examples
88 container_name : examples-kurento
99 depends_on :
1010 - kurento
You can’t perform that action at this time.
0 commit comments