Skip to main content

All Questions

1 vote
0 answers
299 views

How do I set env variables for Docker on Windows desktop?

I'm trying to set up Sabnzbd and this is what I'm attempting to set: I am getting this message: s6-linux-init: warning: unable to dump kernel environment to /run/s6/container_environment: Is a ...
ErocM's user avatar
  • 173
1 vote
0 answers
75 views

Launch docker container from power shell fail, unexpected behavior?

I have created the following script in powershell for two objectives: read from an .env file the setup of the local urls of my development environment and deploy them to the Windows hosts file. take ...
Francisco IA Lover's user avatar
0 votes
0 answers
109 views

Windows install docker from binary and set docker environemt variable

I have to install docker on Windows from binary. I downloaded them and installed them as described in the documentation. I can run docker ps in the folder I installed docker at. Outside of this folder ...
Robin's user avatar
  • 1
0 votes
0 answers
176 views

Use windows environment variables in docker-compose.yaml file

I would like my Windows Username available in my (Linux) container as $WINDOWS_USERNAME using docker-compose. But when I try accessing it with ${env:USERNAME}, I get this error: ERROR: Invalid ...
dovidweisz's user avatar