Docker image creation repository for the t4gpd plugin.
Thanks to B. Beaucamp for his very useful help.
git clone https://github.com/thomas-leduc/t4gpd-docker.git
cd t4gpd-docker
- On MacOS or linux platforms:
docker create --name t4gpd -p 8888:8888 -v "$(pwd)":/workspace ghcr.io/thomas-leduc/t4gpd-ed:0.9.5
- At Windows DOS prompt:
docker create --name t4gpd -p 8888:8888 -v %cd%:/workspace ghcr.io/thomas-leduc/t4gpd-ed:0.9.5
- At Windows PowerShell prompt:
docker create --name t4gpd -p 8888:8888 -v ${PWD}:/workspace ghcr.io/thomas-leduc/t4gpd-ed:0.9.5
If you have already cloned the image, you just need to launch the corresponding container as follows
docker start t4gpd -a
http://127.0.0.1:8888/lab?token=<<< TOKEN NUMBER >>>
docker stop t4gpd