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.
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.