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:
ldynia
2020-09-24 13:03:53 +02:00
committed by GitHub
parent 036092a1d1
commit 8dcf08a4d0
@@ -102,7 +102,7 @@ metadata:
spec:
containers:
- name: demo
image: game.example/demo-game
image: nginx
env:
# Define the environment variable
- name: PLAYER_INITIAL_LIVES # Notice that the case is different here