Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run dockerfile [FATAL tini (7)] exec /app/start.sh failed: No such file or directory] #59

Open
ndl4145 opened this issue Apr 20, 2022 · 0 comments

Comments

@ndl4145
Copy link

ndl4145 commented Apr 20, 2022

I am by no means a docker expert, so likely this is a user error on my end. I am able to successfully build the image using the quick setup in the README.md, having used both:

DOCKER_BUILDKIT=1 docker build . -t rosetta-helium:latest
and

DOCKER_BUILDKIT=1 docker build . -f Dockerfile_quick -t rosetta-helium:latest

I am attempting to run with the recommended command as well:

docker run -d --rm --init --ulimit "nofile=1000000:1000000" -v "$(pwd)/helium-data:/data" -p 8080:8080 -p 44158:44158 rosetta-helium:latest

But when attempting to run the image, I am met with error: [FATAL tini (7)] exec /app/start.sh failed: No such file or directory]. I've attempted to change the start.sh path entry point to /start.sh, ./start.sh to no avail. How would I remedy this issue? This fails in both wsl2 and powershell.

Here are my specs:

Docker Version:

Client: Docker Engine - Community
 Cloud integration: v1.0.23
 Version:           20.10.14
 API version:       1.41
 Go version:        go1.16.15
 Git commit:        a224086
 Built:             Thu Mar 24 01:48:21 2022
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Desktop
 Engine:
  Version:          20.10.14
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.16.15
  Git commit:       87a90dc
  Built:            Thu Mar 24 01:46:14 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.5.11
  GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
 runc:
  Version:          1.0.3
  GitCommit:        v1.0.3-0-gf46b6ba
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Ubuntu:

Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:        20.04
Codename:       focal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant