Skip to content

This is a docker file for generate a debugging VM. You can use the VS Code server for easier debugging

License

Notifications You must be signed in to change notification settings

loumalouomega/KratosDockerForDebugging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KratosDockerForDebugging

License CI

This is a docker file for generate a debugging VM. Uses VS Code server nor JupyterLab so the debugging is easier.

How to use

Compile

Compile without VS Code server nor JupyterLab

docker build -f ./docker/Dockerfile -t kratostest .

Compile with VS Code server

docker build -f ./docker/Dockerfile_with_VSCODE -t kratostestvscode .

Compile with JupyterLab

docker build -f ./docker/Dockerfile_with_JupyterLab -t kratostestjupyterlab .

Download current image from Dockerhub

Docker

Without VS Code server nor JupyterLab

docker pull loumalouomega/kratos4debug:KratosTest

With VS Code server

docker pull loumalouomega/kratos4debug:KratosTestVSCode

With JupyterLab

docker pull loumalouomega/kratos4debug:KratosTestJupyterLab

Run

Without VS Code server nor JupyterLab

docker run -it loumalouomega/kratos4debug:KratosTest

With VS Code server

docker run -p 8080:8080 --network="host" loumalouomega/kratos4debug:KratosTestVSCode

With JupyterLab

docker run -p 8888:8888 --network="host" loumalouomega/kratos4debug:KratosTestJupyterLab

VS Code Server

Once you have started the docker image with VS Code server you can acess to the instance going to localhost:8080.

JupyterLab

Once you have started the docker image with JupyterLab you can acess to the instance going to localhost:8888/lab.

About

This is a docker file for generate a debugging VM. You can use the VS Code server for easier debugging

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published