You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an example of how filebrowser can be extended with other tools. Here, filebrowser is added to a image based on debian:buster-slim, which already includes some CLI tools and other GTK3 compatible GUI apps.
Just an example of how filebrowser can be extended with other tools. Here, filebrowser is added to a image based on
debian:buster-slim, which already includes some CLI tools and other GTK3 compatible GUI apps.The config file is:
Just build the container:
docker build -t ghdl/ext:gtk-ide .And execute it:
$(commang -v winpty) docker run --rm -it -p 8080:8080 -e BROADWAY=5 -p 8085:8085 ghdl/ext:gtk-ideBrowse
localhost:8080and login withhwd(passadmin).Click the
Toggle shellbutton on the top-right corner, and executebash -ic "gtkwave". Browselocalhost:8085to use the GUI app.Screencast on a Win10 host: