Resolve003: simple docker container on alpine#5
Resolve003: simple docker container on alpine#5SumZbrod wants to merge 1 commit intodecompfrontier:mainfrom
Conversation
| To launch the container in your terminal, enter this command | ||
| ## Alpine | ||
| ``` | ||
| docker run -it sumzbrod/ctl_simple_container:alpine.3.23.3 |
There was a problem hiding this comment.
why you didn't use the alphine normal image?
There was a problem hiding this comment.
Using just alpine will download the latest version every time you build the image, which can lead to inconsistent behavior. Therefore, I used the latest version and wrote down its number so it wouldn't change without intervention.
There was a problem hiding this comment.
But I think Alpine won't suit you because you need a bash
|
|
||
| COPY . . | ||
|
|
||
| CMD ["/bin/sh"] |
There was a problem hiding this comment.
I fail to see any customization in this PR or something that would eg: bootstrap the sh files in the repo
|
Hello sorry for non answering for a while, the truth is that at the moment I actually don't have the expertise to properly understand how this PR works. I'll keep this until like I can figure out what's happenin, sorry |
Issue
Description
Instruction of how to run a Docker container in the README
Additional
If the project needs any other images, for example on Debian, or the image should include additional tools (for example, bash), let me know and I will try to add them to the container layers.