image does not exist
docker pull game.example/demo-game results with Error response from daemon: Get https://game.example/v2/: dial tcp: lookup game.example: no such host. Therefore is better to change image to nginx
This commit is contained in:
@@ -102,7 +102,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: demo
|
- name: demo
|
||||||
image: game.example/demo-game
|
image: nginx
|
||||||
env:
|
env:
|
||||||
# Define the environment variable
|
# Define the environment variable
|
||||||
- name: PLAYER_INITIAL_LIVES # Notice that the case is different here
|
- name: PLAYER_INITIAL_LIVES # Notice that the case is different here
|
||||||
|
|||||||
Reference in New Issue
Block a user