Skip to content

collection of bash scripts to run container images for dev/testing purposes

License

Notifications You must be signed in to change notification settings

siakhooi/image-runner

Repository files navigation

Image Runner

Introduction

Image-Runner is a collection of scripts to run latest linux container with default shell for development/testing purposes.

Features:

  • run-linux
    • run latest container with shell.
    • mount a working directory as a directory in container.
    • container clean up when exit.
  • run-image
    • run container based on configuration.
    • mount a working directory as a directory in container.
    • container clean up when exit.
    • support using symbolic link to run-image for the configured program.
    • mount additional volumes.

Commands

run-ubuntu [workingDirectory]
run-debian [workingDirectory]
run-alpine [workingDirectory]
run-busybox [workingDirectory]
run-fedora [workingDirectory]
run-almalinux [workingDirectory]
run-amazonlinux [workingDirectory]
run-archlinux [workingDirectory]
run-linux

run-image imageName [workingDirectory]
<imageName> [workingDirectory]

👉Visit Screenshots of each commands.

Quick Start

Installation

$ sudo curl -L https://siakhooi.github.io/apt/siakhooi-apt.list | sudo tee /etc/apt/sources.list.d/siakhooi-apt.list > /dev/null
$ sudo curl -L https://siakhooi.github.io/apt/siakhooi-apt.gpg  | sudo tee /usr/share/keyrings/siakhooi-apt.gpg > /dev/null
$ sudo apt update
$ sudo apt install siakhooi-image-runner

Deployments

Badges

GitHub GitHub last commit GitHub tag (latest by date) GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests GitHub top language GitHub language count Lines of code GitHub repo size GitHub code size in bytes Workflow workflow workflow Release GitHub release (latest by date) GitHub all releases GitHub Release Date

Generic badge Generic badge visitors

About

collection of bash scripts to run container images for dev/testing purposes

Resources

License

Stars

Watchers

Forks

Packages

No packages published