trotro / dockerized-apps

apps that runs in a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized apps

Scripts to run linux commands in docker containers on linux or Windows. All scripts are under the corresponding branch

Inspired by docker compose scripts and @jfrazelle dotfiles

requirements

Obviously docker engine has to be installed

Branch linux

In this branch, the scripts are designed to run under linux OS.

For more simplicity in usage, place the folder where are the dockerised-apps in your $PATH

Branch windows

In this branch, the scripts intend to replace cygwin by some usefull docker containers. Your docker-machine needs to be set up before using these tools.

If you're using cygwin or babun, use the scripts on the linux branch.

env in cmd console

To register your docker-machine env launch

 > env.bat your_docker_machine

env in PowerShell console

To register your docker-machine env launch

 > env.ps1 your_docker_machine

About

apps that runs in a docker container


Languages

Language:PowerShell 44.7%Language:Shell 31.7%Language:Batchfile 23.6%