Skip to content

Resolve003: simple docker container on alpine#5

Draft
SumZbrod wants to merge 1 commit intodecompfrontier:mainfrom
SumZbrod:main
Draft

Resolve003: simple docker container on alpine#5
SumZbrod wants to merge 1 commit intodecompfrontier:mainfrom
SumZbrod:main

Conversation

@SumZbrod
Copy link
Copy Markdown

@SumZbrod SumZbrod commented Mar 17, 2026

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.

To launch the container in your terminal, enter this command
## Alpine
```
docker run -it sumzbrod/ctl_simple_container:alpine.3.23.3
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why you didn't use the alphine normal image?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I think Alpine won't suit you because you need a bash


COPY . .

CMD ["/bin/sh"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fail to see any customization in this PR or something that would eg: bootstrap the sh files in the repo

@SumZbrod SumZbrod marked this pull request as draft March 18, 2026 06:19
@arves100
Copy link
Copy Markdown
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simple container to build third party libraries

2 participants