Run.bat issue in windows 11
- Dominant language
- HTML
- Stars
- 6k
- Forks
- 718
- PR merge metrics
- No merged PRs in 30d
Description
When I try to run the code for docker install in conda env I get this error...
(devopsgpt) PS J:\GPT.MODELS\DevOpsGPT> docker run -it
"docker run" requires at least 1 argument.
See 'docker run --help'.
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
Create and run a new container from an image
_______________________________________________________
When I run run.bat from folder I get ...
1 file(s) copied.
Installing missing packages...
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the file C:\Program.
Environment variable HTTP_PROXY not defined
Environment variable HTTPS_PROXY not defined
Environment variable ALL_PROXY not defined
'http_proxy' is not recognized as an internal or external command,
operable program or batch file.
'https_proxy' is not recognized as an internal or external command,
operable program or batch file.
'all_proxy' is not recognized as an internal or external command,
operable program or batch file.
000
Environment variable HTTP_PROXY not defined
Environment variable HTTPS_PROXY not defined
Environment variable ALL_PROXY not defined
'http_proxy' is not recognized as an internal or external command,
operable program or batch file.
'https_proxy' is not recognized as an internal or external command,
operable program or batch file.
'all_proxy' is not recognized as an internal or external command,
operable program or batch file.
000
_________________________________
etc repeating
I did config env file with api for openai and github
Thx in advance
Contributor guide
Research direction
Start by reproducing the Windows 11 setup from the run.bat script in the conda environment, using the reported Docker command and environment configuration. Inspect how run.bat handles paths containing spaces, proxy variables, and Docker arguments; done means it completes without the C:\Program truncation or proxy errors and invokes Docker with the required image argument.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, docker, shell
- Domain
- devops, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100