Loading Dockerfile +1 −1 Original line number Diff line number Diff line # docker build . -t gui-statsgen # docker run -d --name gsg -p 5022:22 gui-statsgen # ssh -X -p 5022 root@127.0.0.1 /opt/Statsgen/cstatsgen-gui # ssh -X -p 5022 root@127.0.0.1 /opt/Statsgen/cpack-gui FROM ubuntu:bionic ENV SSH_PASSWORD "rootpass" Loading Statsgen/src/core/statsgen.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <thread> #include <pthread.h> #include <cstdarg> #include <functional> #include "statsgen.h" Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line # docker build . -t gui-statsgen # docker run -d --name gsg -p 5022:22 gui-statsgen # ssh -X -p 5022 root@127.0.0.1 /opt/Statsgen/cstatsgen-gui # ssh -X -p 5022 root@127.0.0.1 /opt/Statsgen/cpack-gui FROM ubuntu:bionic ENV SSH_PASSWORD "rootpass" Loading
Statsgen/src/core/statsgen.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <thread> #include <pthread.h> #include <cstdarg> #include <functional> #include "statsgen.h" Loading