-
Notifications
You must be signed in to change notification settings - Fork 64
Running via Docker results in an error when accessing the web page. #871
Copy link
Copy link
Open
Description
Excepted
Normally, there should be no error message.
command
docker run --pull always -p 8080:8080 ghcr.io/linuxsuren/api-testing:master
logs
master: Pulling from linuxsuren/api-testing
Digest: sha256:e5dcdd3bd96e7aacf331f83c1d3626ce6f421412d5a731fa02aaa79ed09e46dd
Status: Image is up to date for ghcr.io/linuxsuren/api-testing:master
2026-04-03T11:01:19.969Z INFO loader testing/loader_file.go:157 /var/data/api-testing/*.yaml {"pattern": 0}
error occurred during getting stores, error: open /root/.config/atest/data/core/extension.yaml: no such file or directory
start to download linuxsuren/atest-ext-data-swagger
2026-04-03T11:01:19.969Z INFO server cmd/server.go:301 gRPC server listening at {"addr": "[::]:7070"}
2026-04-03T11:01:19.972Z INFO memory mock/in_memory.go:110 start to run all the APIs from objects {"count": 0}
2026-04-03T11:01:19.972Z INFO memory mock/in_memory.go:117 start to run all the APIs from items {"count": 0}
2026-04-03T11:01:19.972Z INFO memory mock/in_memory.go:122 start webhook servers {"count": 0}
2026-04-03T11:01:19.972Z INFO server cmd/server.go:495 HTTP server started {"addr": "[::]:8080"}
2026-04-03T11:01:19.972Z INFO server cmd/server.go:496 gRPC server started {"addr": "[::]:7070"}
2026-04-03T11:01:19.972Z INFO server cmd/server.go:497 Server is running.
server is available at http://172.17.0.26:8080
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels