Skip to content

Salles-FA/tb-gcp-dac

Repository files navigation

GCP DAC: deploys Tranquility Base Solutions and Activators on the Google Cloud Platform

To run the GCP DAC locally, follow the instructions here

Build a container image using the Dockerfile

  • docker build -t gcr.io/tranquility-base-images/tb-gcp-dac:alpha .

Build a mock container image using Dockerfile_mock

docker build -f Dockerfile_mock -t gcr.io/eagle-console-resources/tb-gcp-dac:mock . docker push gcr.io/eagle-console-resources/tb-gcp-dac:mock

Push container image to Google Container Repository

  • docker push gcr.io/tranquility-base-images/tb-gcp-dac:alpha

list existing containers and remove them

  • docker container list -a
  • docker container rm xxxxxxx

list existing images and remove them

  • docker image list
  • docker image rm xxxxxx

About

GCP Datacentre as Code. Deploy solutions and applications within a Tranquility Base Landing Zone

Resources

Stars

Watchers

Forks

Packages

No packages published