Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker / Docker Compose support #4

Open
driftywinds opened this issue Sep 6, 2024 · 2 comments
Open

Docker / Docker Compose support #4

driftywinds opened this issue Sep 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@driftywinds
Copy link

Please make arm64, amd64 docker containers for Baatchit, this would make it very easy to deploy

@RishiBakshii RishiBakshii added the enhancement New feature or request label Sep 6, 2024
@RishiBakshii
Copy link
Owner

hello @driftywinds , thankyou for raising an issue here..

Coming to arm64 and amd64 docker containers are they like some kind of images? As i don't know much about them but will do my research and fulfill this issue for sure :)

@driftywinds
Copy link
Author

driftywinds commented Sep 6, 2024

hello @driftywinds , thankyou for raising an issue here..

Coming to arm64 and amd64 docker containers are they like some kind of images? As i don't know much about them but will do my research and fulfill this issue for sure :)

yes they are images that are configured for this software called Docker that lets people deploy the app with one command. The image itself has different layers of software that are needed to run the app like npm etc. Thank you for looking into it!

arm64 and amd64 are different CPU architectures. amd64 CPU architecture is used by most laptops and most hefty servers while arm64 is a comparatively new CPU architecture used by smartphones and some lower powered servers and laptops.

People who own amr64 would not be able to use arm64 based docker images and vice versa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants