jbech-linaro / docker_optee

Simple Dockerfile that makes it easy to try OP-TEE using Docker
20 stars 21 forks source link

PR to update README - Workarounds for MacOS xterm, Docker build issue, and root access #13

Open schnorea opened 11 months ago

schnorea commented 11 months ago

I modified the README to provide work arounds for a few things I ran into.

MacOS xterm issue when env DISPLAY isn't set properly (might work on other OS assuming that the Xterm server is on the host of the docker container).

I found myself rebuilding the docker image when trying stuff out. It would fail because a change in the in the package repo was being overlook as the apt-get update was cached.

Root access, added how to work around getting root as I saw someone else asking.