camerondurham / ch

Docker config and shell manager for using (or misusing) containers as dev environments
Apache License 2.0
18 stars 2 forks source link

Able to specify image `platform` when creating `ch` shell #48

Closed camerondurham closed 9 months ago

camerondurham commented 9 months ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

ch should offer specifying the image platform you want to run with a platform flag.

This issue covers the feature required to create a shell env and specify the platform, but the cs350-docker repo needs to have documentation updated too.

a-harhar commented 9 months ago

@camerondurham I've been working on this locally, fairly certain I figured out how to do it. I'll make the PR for it shortly!

a-harhar commented 9 months ago

@camerondurham created PR for adding the flag #49. Please leave any suggestions that you have on coding style and I can make the updates! Also not entirely sure if I updated all the places for documentation (I updated README but that was it). Hope this helps!