Resolve003: simple docker container on alpine#5
Draft
SumZbrod wants to merge 1 commit intodecompfrontier:mainfrom
Draft
Resolve003: simple docker container on alpine#5SumZbrod wants to merge 1 commit intodecompfrontier:mainfrom
SumZbrod wants to merge 1 commit intodecompfrontier:mainfrom
Conversation
arves100
requested changes
Mar 17, 2026
| To launch the container in your terminal, enter this command | ||
| ## Alpine | ||
| ``` | ||
| docker run -it sumzbrod/ctl_simple_container:alpine.3.23.3 |
Member
There was a problem hiding this comment.
why you didn't use the alphine normal image?
Author
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.
Author
There was a problem hiding this comment.
But I think Alpine won't suit you because you need a bash
|
|
||
| COPY . . | ||
|
|
||
| CMD ["/bin/sh"] |
Member
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.