strausmann/gitlab-runner-ioncube-encoder.

A custom GitLab Runner Image to use with ionCube Encoder

0 0

Build Information

General build information for this image

Docker Hub strausmann/gitlab-runner-ioncube-encoder
Build Time 01 Mar 2023 12:12:06
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest Unknown 01 Mar 2023 at 13:39:24

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  gitlab-runner-ioncube-encoder:
    image: strausmann/gitlab-runner-ioncube-encoder:Unknown
    container_name: gitlab-runner-ioncube-encoder
    restart: no

CLI

docker create \
  --name=gitlab-runner-ioncube-encoder \  --restart no \
  strausmann/gitlab-runner-ioncube-encoder:Unknown