mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
docker: Add note on how to use TTY
If one wishes to use the docker container with a TTY, then one must explicitly mount it into the container when starting it. A note conveying this has been added to the Dockerfile.
This commit is contained in:
parent
be43d5d9b7
commit
61710688cb
@ -24,6 +24,12 @@
|
|||||||
# such as required assets, can be mounted into the container using a
|
# such as required assets, can be mounted into the container using a
|
||||||
# second --volume command.
|
# second --volume command.
|
||||||
#
|
#
|
||||||
|
# If you require access to a TTY from the Docker container, please
|
||||||
|
# also mount this into the container in the same style as is used to
|
||||||
|
# mount USB devices. For example:
|
||||||
|
#
|
||||||
|
# docker run -it --privileged -v /dev/ttyUSB0:/dev/ttyUSB0 -v /dev/bus/usb:/dev/bus/usb --volume ${PWD}:/workspace --workdir /workspace wa
|
||||||
|
#
|
||||||
# When you are finished, please run `exit` to leave the container.
|
# When you are finished, please run `exit` to leave the container.
|
||||||
#
|
#
|
||||||
# NOTE: Please make sure that the ADB server is NOT running on the
|
# NOTE: Please make sure that the ADB server is NOT running on the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user