swagger-api / swagger-api/swagger-codegen
Swagger Code Generator run-in-docker issue
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
while I am doing run docker in vagarant
git clone http://github.com/swagger-api/swagger-codegen.git
cd swagger-codegen
vagrant up
vagrant ssh
cd /vagrant
./run-in-docker.sh mvn package
I am getting this error but, I have installed docker latest version plz check once
-bash: ./run-in-docker.sh: No such file or directory
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the cloned repository and the /vagrant working directory for run-in-docker.sh, then reproduce the Vagrant and Docker commands shown in the issue. Determine whether the script is absent or the command is being run from the wrong location; done means the documented command reaches the Maven package step without the missing-file error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100