Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

MarbleHE/Wool

Repository files navigation

Wool

Getting Started

Wool Library

Set up the ready-to-go development environment using Docker as follow:

docker pull marblehe/wool_library
docker tag marblehe/wool_library wool_library
git clone https://github.com/MarbleHE/Wool
cd Wool
docker build -t wool_library_ssh -f Dockerfile_wool_library_ssh .
docker run -d --cap-add sys_ptrace -p 127.0.0.1:2222:22 wool_library_ssh

Afterwards, configure a remote toolchain in the IDE of your choice (for example, CLion) using the SSH credentials: user:[email protected]:2222.

Wool development

docker pull marblehe/wool_base
docker tag marblehe/wool_base wool_base
git clone https://github.com/MarbleHE/Wool
cd Wool
docker build -t wool_base_ssh -f Dockerfile_wool_base_ssh .
docker run -d --cap-add sys_ptrace -p 127.0.0.1:2222:22 wool_base_ssh

Afterwards, configure a remote toolchain in the IDE of your choice (for example, CLion) using the SSH credentials: user:[email protected]:2222.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published