Skip to content

Getting Started

RealZimboGuy edited this page Nov 19, 2025 · 1 revision

Run the sample application from docker

  docker run -p 8080:8080 \
  -e GFLOW_DATABASE_TYPE=SQLLITE\
  -e GFLOW_DATABASE_SQLLITE_FILE_NAME=/data/gflow.db\
  -v "$(pwd):/data"\
  --security-opt seccomp=unconfined \
  juliangpurse/gopherflow:1.3.1

note the --security-opt seccomp=unconfined is required because of sqllite being run in a container

Access the web console at http://localhost:8080/

Username : admin
Password : admin

Clone this wiki locally