Skip to content

Shell Scripts

Jim Hofman edited this page Jun 23, 2022 · 26 revisions

This page contains descriptions and instructions on how to run shell scripts.

opera_pge/.ci/scripts/util.sh

Contains utility scripts that may be used by various other shell scripts

metrics_collection_start(<container_name>)

Begins collection of Docker Statistics and other operating system statistics for an executing Docker image.

metrics_collection_end(<container_name>, <exit_code>)

Completes the collection of statistics for an executing Docker image.

Clone this wiki locally