Skip to content

Latest commit

 

History

History

docker

Starting the Docker Virtual Infrastructure

Installing the Find errors

# Checkout this repository
git clone https://github.com/dbgbench/dbgbench.github.io.git dbgbench
cd dbgbench/docker

# Install and run docker container for find
./run.sh find
  • to get buggy source
  • to get buggy executables, and
  • to get infrastructure for all errors in findutils.
  • More details: README.find.txt

Installing the GREP errors

# Checkout this repository
git clone https://github.com/dbgbench/dbgbench.github.io.git dbgbench
cd dbgbench/docker

# Install and run docker container for grep
./run.sh grep
  • to get buggy source
  • to get buggy executables, and
  • to get infrastructure for all errors in grep.
  • More details: README.grep.txt

There is a UI available for those who prefer Desktop:

Example Usage

Cleaning Up

Cleanup must be done when switching from find to grep.

docker kill debugstudy0
docker rm debugstudy0
docker rmi debugstudy