Hi, I have trouble to run an Alpine based container from rancher ui --> infrastructure --> add container. I do not have problem to run ubuntu or oracle linux based containers through ui. I can even run the alpine container from command line on the host and UI picks it up automatically(which is nice!). Is there anything vanilla Alpine image missing that causes the problem?
What docker run command are you using when you use it natively in Docker? Does the container remain running?
What options are you using in Rancher?
Hi, I had the same problem.
I specified
command: "/bin/sh"
In the docker-compose.yml and it works.