slimtoolkit / slimtoolkit/slim
Error trying to run (any) shell command
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.4k
- Forks
- 840
- PR merge metrics
- No merged PRs in 30d
Description
Looks like you cannot run any terminal/shell based command (and any application that relies on one)?
docker run --rm -it ansible/nocache.slim:latest ls
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"ls\": executable file not found in $PATH": unknown.
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 reproducing the documented docker run --rm -it ansible/nocache.slim:latest ls command and confirm the OCI runtime error. Trace how Slim processes shell-command entry points and compare the resulting image behavior with the expected ability to run ls; done means shell-based commands and applications relying on them execute successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- cli, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100