Skip to content

Commit

Permalink
Added registry to debugging docs
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Aug 8, 2021
1 parent cc6ff2f commit 56bf0ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/advanced-debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ Testing RPyC often requires that you use specific Python versions. Docker will m

If desired, individual containers can be specified started ::

docker-compose -f ./docker/docker-compose.yml create
docker-compose -f ./docker/docker-compose.yml start rpyc-python-3.7
docker-compose -f ./docker/docker-compose.yml start rpyc-python-3.10

The registry server can be started like so ::

docker exec rpyc-3.8 /opt/rpyc/bin/rpyc_registry.py

The containers can then be used to test to your hearts desire ::

docker exec rpyc-3.7 /opt/rpyc/bin/rpyc_classic.py --host 0.0.0.0 &
Expand Down

0 comments on commit 56bf0ef

Please sign in to comment.