Skip to content

Fullaxx/gdb-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A docker image running rohanrhu's gdb-frontend

Base Docker Image

Ubuntu 20.04 (x64)

Software

Get the image from Docker Hub or build it locally

docker pull fullaxx/gdb-frontend
docker build -t="fullaxx/gdb-frontend" github.com/Fullaxx/gdb-frontend

Volume Options

Drop your code in /data/

-v /data:/data

Run the image

Run the image using the default port

docker run -d -p 5550:5550 -v /data:/data fullaxx/gdb-frontend

Releases

No releases published

Packages

No packages published