Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeff-vincent/orka-trial-env-setup


https://github.com/jeff-vincent/orka-trial-env-setup

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# orka-trial-env-setup

Set up a Jenkins master and create an associated agent image in Orka by running the following:

```
git clone https://github.com/jeff-vincent/orka-trial-env-setup.git
cd orka-trial-env-setup
sudo docker build -t trial_env .
```
```
sudo docker run --privileged --name orka_env \
-e ORKA_USER= \
-e ORKA_PASS= \
-e CORE_COUNT=3 \
-e VCPU_COUNT=3 \
-e VPN_PASSWORD= \
-e VPN_ADDRESS= \
-e VPN_USER= \
-e VPN_SERVER_CERT= \
-e ORKA_LICENSE_KEY= \
trial_env
```