cloud-foundation-fabric/modules/cloud-config-container/onprem/docker-images/toolbox
Julio Castillo 1e11c670f5 Update copyright to 2021 2021-02-15 09:38:10 +01:00
..
Dockerfile Update copyright to 2021 2021-02-15 09:38:10 +01:00
README.md Move top-level docker images folder to the onprem module (#96) 2020-06-17 05:41:13 +02:00
cloudbuild.yaml Update copyright to 2021 2021-02-15 09:38:10 +01:00
entrypoint.sh Update copyright to 2021 2021-02-15 09:38:10 +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