AkiraWang89

Results 5 comments of AkiraWang89

Do socks5 work now?

I mean to use it like a base image, something like ``` FROM dockurr/windows ENV IS_DOCKER /tmp/install ENV INST_SCRIPTS /tmp/install RUN apt-get install -y dos2unix WORKDIR /app COPY . ....

Great. I want to run some scripts after install on windows instead of linux. Where to put them? For example if I add to the Dockerfile: `RUN start firefox` it...

The suggested solution requires editing the xml file wich is part of the base image, so if I use it as it is i cant edit the xml or can...

Thats seem more like a docker compose thing, no? A Dockerfile doesnt support volumes