cloud-foundation-fabric/modules/cloud-config-container/__need_fixing/onprem/docker-images/toolbox
Ludovico Magnocavallo d2015b0bc3
Assorted module fixes (#1045)
* net-ilb-l7 use both neg types in backends

* run example tests on cloud-config-container modules

* streamline nginx-tls cos module

* add tests for cos modules

* tfdoc

* onprem needs fixing, links

* disable test

* test
2022-12-10 15:40:15 +01:00
..
Dockerfile Assorted module fixes (#1045) 2022-12-10 15:40:15 +01:00
README.md Assorted module fixes (#1045) 2022-12-10 15:40:15 +01:00
cloudbuild.yaml Assorted module fixes (#1045) 2022-12-10 15:40:15 +01:00
entrypoint.sh Assorted module fixes (#1045) 2022-12-10 15:40:15 +01:00

README.md

ToolBox docker container

Lightweight container with some basic console tools used for testing and probing.

Build

gcloud builds submit . --config=cloudbuild.yaml

Docker compose

version: "3"
services:
  vpn:
    image: gcr.io/pso-cft-fabric/toolbox:latest
    networks:
      default:
        ipv4_address: 192.168.0.5
    cap_add:
      - NET_ADMIN
    privileged: true