Skip to content
Snippets Groups Projects
Commit 1e4bf518 authored by Stewart Williams's avatar Stewart Williams
Browse files

Add clarifications to itango example in README.md

parent c8e5a128
No related branches found
No related tags found
No related merge requests found
...@@ -67,9 +67,10 @@ make target or _down_ make target respectively. For instance, ...@@ -67,9 +67,10 @@ make target or _down_ make target respectively. For instance,
itango available, launch the itango service and attach the terminal to the itango available, launch the itango service and attach the terminal to the
itango container. An example session follows: itango container. An example session follows:
# start a container running itango # start the tangotest device, which we'll connect to using itango
make start tangotest
# start the itango container
make start itango make start itango
# attach to the itango container # attach to the itango container
docker attach itango docker attach itango
In [1]: dev = DeviceProxy('sys/tg_test/1') In [1]: dev = DeviceProxy('sys/tg_test/1')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment