mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
9 lines
200 B
YAML
9 lines
200 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-jaeger:
|
|
exec: timeout --preserve-status 5 jaeger-all-in-one
|
|
exit-status: 0
|
|
stderr:
|
|
- "Server created" |