We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version Docker image versions I have tried: pulp/pulp:latest, pulp/pulp:stable, pulp/pulp:3.42
Describe the bug When doing a docker run, it exits immediately, and the logs show the following:
/init: line 37: /command/s6-overlay-suexec: cannot execute binary file: Exec format error /init: line 37: /command/s6-overlay-suexec: Success
To Reproduce docker pull pulp/pulp $ docker run --detach --publish 8080:80 --name pulp --volume "$(pwd)/settings":/etc/pulp:Z --volume "$(pwd)/pulp_storage":/var/lib/pulp:Z --volume "$(pwd)/pgsql":/var/lib/pgsql:Z --volume "$(pwd)/containers":/var/lib/containers:Z --device /dev/fuse pulp/pulp
Expected behavior Docker image up and running
Additional context I pull the image from docker hub
The text was updated successfully, but these errors were encountered:
This seems to be the wrong issue tracker for this issue. Moved to pulp/pulp-oci-images#580
Sorry, something went wrong.
No branches or pull requests
Version
Docker image versions I have tried: pulp/pulp:latest, pulp/pulp:stable, pulp/pulp:3.42
Describe the bug
When doing a docker run, it exits immediately, and the logs show the following:
To Reproduce
docker pull pulp/pulp
$ docker run --detach
--publish 8080:80
--name pulp
--volume "$(pwd)/settings":/etc/pulp:Z
--volume "$(pwd)/pulp_storage":/var/lib/pulp:Z
--volume "$(pwd)/pgsql":/var/lib/pgsql:Z
--volume "$(pwd)/containers":/var/lib/containers:Z
--device /dev/fuse
pulp/pulp
Expected behavior
Docker image up and running
Additional context
I pull the image from docker hub
The text was updated successfully, but these errors were encountered: