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

​Build Dockerfile successfully, but failed to run​ #25

Closed
mstmdev opened this issue Jul 4, 2022 · 0 comments · Fixed by #26
Closed

​Build Dockerfile successfully, but failed to run​ #25

mstmdev opened this issue Jul 4, 2022 · 0 comments · Fixed by #26
Labels
docker Run in Docker

Comments

@mstmdev
Copy link
Member

mstmdev commented Jul 4, 2022

Build the Dockerfile successfully with the script, but I get an error like this when I run the container:

$ ./scripts/build-docker.sh
standard_init_linux.go:228: exec user process caused: no such file or directory

List what dependency shared libraries by the following command:

$ docker run -it --rm --name running-gofs-version nosrc/gofs:latest ldd /app/gofs 
	/lib64/ld-linux-x86-64.so.2 (0x7ff5fae2f000)
	libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7ff5fae2f000)
	libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7ff5fae2f000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Run in Docker
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant