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
pull/24101/head
ldynia 2020-09-24 13:03:53 +02:00 committed by GitHub
parent 036092a1d1
commit 8dcf08a4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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