leopardslab / clocal-gcp

🔭 Emulation engine for GCP
Apache License 2.0
67 stars 57 forks source link

Containers need to be removed if there is an error executing bash scripts #107

Open sachith-1 opened 3 years ago

sachith-1 commented 3 years ago

For example, if we ran npm start func start basically three are two things happening,

  1. It will create a container from a given image for example its cloudlibz/clocal-gcp-function:latest
  2. Next it will run the specified bash script inside the container.

image

image

image