Is it possible to run a alpine image to run an executable that is inside a volume without creating a new image? In Podman Desktop, I placed the following values in these fields when running the alpine image into a new container.

Command

/bin/sh -c /server/application

Volumes

~/Documents/server-data:/server

Ports

8080:8080

However I always get this error in my container logs. I think it could be due to the fact the container does not have permission to execute /server/application?

/bin/sh: /server/application: not found

You are viewing a single thread.
View all comments
1 point
Deleted by creator
permalink
report
reply

Community stats

  • 1

    Monthly active users

  • 11

    Posts

  • 4

    Comments

Community moderators