Giter Site home page Giter Site logo

lsliwko / docker-srrs-tooling Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ukhomeoffice/docker-srrs-tooling

0.0 2.0 0.0 63.72 MB

Tooling image with AWS, MySQL, PostgreSQL cli, Apache JMeter, Lynx and a few more tools

Dockerfile 31.65% Shell 68.35%

docker-srrs-tooling's Introduction

docker-srrs-tooling

Tooling image with AWS, MySQL cli and a few more tools. Once created, pod will continue working till terminated. Also contains a sample of Persistent Volume Claim and Drone pipeline.

Docker image is available from: quay.io/ukhomeofficedigital/srrs-tooling:latest

Please let me know if you want other tools and I will add them in: [email protected]

How to use?

  1. Create a srrs-tooling pod:
kubectl apply -f srrs-tooling.yaml
  1. Connect to pod (start bash):
kubectl exec -it srrs-tooling bash
  1. Export AWS credentials (from within pod):
export AWS_ACCESS_KEY_ID=[your access key id]
export AWS_SECRET_ACCESS_KEY=[your secret access key]

How to mount PVC (Persistent Volume Claim)?

  1. Uncomment lines between --- PVC BEGIN --- and --- PVC END --- (volumes and volumeMounts sections) in srrs-tooling.yaml

  2. Create Persistent Volume Claim (100 GB):

kubectl apply -f srrs-tooling-pvc.yaml
  1. Create srrs-tooling pod:
kubectl apply -f srrs-tooling.yaml

Note: PVC mounts an Amazon Elastic Block Storage volume which can be costly. Please check costs here: https://aws.amazon.com/ebs/pricing/

Apps folder

Files in apps folder are unpacked and copied over to the resulting Docker image (into user's home folder). The user's permissions are then set.

Note: ADD command supports local-only tar extraction which uses tar tool for extraction. Tar command works with any supported compression method like tar, tar.xz, tar.gz, etc.

For further references see: https://docs.docker.com/engine/reference/builder/#add

docker-srrs-tooling's People

Contributors

lsliwko avatar massimodanieli avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.