dan-elias / dockash

Programs requiring only Docker and Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockash

Programs (collectively) requiring only Docker and Bash

This repo contains bash scripts that run containerized programs. This provides an alternative to actually installing the programs on the host system.

Requirements

The only requirements are Docker and bash.

These scripts have been tested on Ubuntu. On other distros, they may work unchanged or may require modifications to some paths or shebang lines.

Installation

Download the dockash script, save it to a location that is listed in PATH.

Usage

The apps available all have names corresponding to subfolders of the src folder.

To make an app available, use:

`bash dockash check-app <app name> `

If the app isn't already installed, this will download the appropriate script and save it in the same location as the dockash script.

Notes

containerized-firefox is an example GUI app with X11 and sound enabled

Other similar resources

About

Programs requiring only Docker and Bash


Languages

Language:Shell 86.3%Language:Dockerfile 13.7%