Werner Beroux

Results 119 issues of Werner Beroux

You usually would like to support something like: ``` copy source dest ``` or ``` myapp copy source dest ``` Currently it seems you can only support: ``` myapp copy...

Having '-help' isn't common, it should mean '-h -e -l -p' wereas '--help' should be the long form.

Using flags `--user $UID -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro` it should be possible to use the Docker's host X11 (as done for https://hub.docker.com/r/wernight/sikulix/). This needs some testing but would be worth...

``` curl -L https://www.python.org/ftp/python/2.7.11/python-2.7.11.msi -o python.msi wine msiexec -i python.msi -quiet -qn -norestart wine c:/Python27/python.exe -m pip install pyinstaller ``` This should work but fails with: ``` Retrying (Retry(total=4, connect=None,...

Updated the README so it should be self-explanatory. The Dockerfile builds the native binary for Linux and the Wasm, and it serves the web page to test the Wasm locally....

Describe that it creates an **HTTP** proxy, related to issue #1.

Describe important mount point for issue #1.

Add browser tests links for issue #1.

Really nice slim container and runit takes care of PID 1 reap issues. It's missing a few important details that could be added to the README: - Is it client...

Add ImageLayers.io badge. Related to issue #1.