Skip to content

dobin/ffw-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Docker-FFW

A dockerized version of FFW.

Whats inside?

  • FFW
  • Radamsa
  • Honggfuzz

Howto

Build:

docker build -t ffw .

Named container

Start the container, name it ffw1:

docker run -ti --privileged -lxc-conf="aa_profile=unconfined" --name ffw1 ffw

If you exit via CTRL-D, and want to continue later, just do:

docker start ffw1
docker attach ffw1

Data will persist.

Port forward

docker run -ti --privileged -lxc-conf="aa_profile=unconfined" -p 10000:10000 --name ffw1 ffw

About

Docker image of FFW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published