Skip to content

nosfill/DockerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerApp

This directory have Dockerfile for install application that needs build. Base image is Ubuntu:bionic.

The Docker image of the application I wanted to use was not available on Docher Hub, so I made one.

List of application

Application Version Dockerfile in this repository
Obfuscator-LLVM llvm-4.0 dockerfile
Tigress v3.1 dockerfile

How to use

Obfuscator-LLVM

  1. Build image

    docker build --force-rm=true --tag ollvm:1.0 --tag ollvm:latest obfuscator-llvm
  2. Run container as an executable file

    docker run --rm --mount type=bind,src=$(pwd),dst=/work ollvm [Option] [Path] 
  3. (use shell) Run container

    ./scripts/login_bash.sh ollvm

Tigress

Note:
In this repository, binary that be needed for installation is ignored.
(Please download from official homepage, then place the binary in tigress/resource)

  1. Build image

    docker build --force-rm=true --tag tigress:1.0 --tag tigress:latest tigress
  2. Run container as an executable file

    docker run --rm --mount type=bind,src=$(pwd),dst=/work tigress [Option] [Path] 
  3. (use shell) Run container

    ./scripts/login_bash.sh tigress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published