-
Notifications
You must be signed in to change notification settings - Fork 6
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
ocre cli #34
Comments
Developers already have built up years of muscle memory using OCI / Docker / podman commands. The ocre cli syntax should try to mimic it (when appropriate), especially if Ocre wants to be a container mgmt system for MCUs. |
Other possible command:
|
Other possible command:
|
Hi. I went through the docker cli commands to see which ones seem like core cli requirements - at least based on my experience running projects which leverage containerization.
I do not raise these because I require them for the testing we want to run at the UNH lab (well, except for run and maybe network), but rather to start a conversation. Maybe we can have that conversation at the next meeting? I will be interested in understanding better which commands are needed and which are not - based on the ocre use case vs the docker use case. |
@PatrickRobbIOL - Agree with your list but caution that the docker/podman container network configuration is quite sophisticated. Container network isolation is non-trivial. I'd probably suggest deferring that into a future feature. Initially, |
We will need an Ocre CLI for basic container management functions. Namely, uploading images to a container registry.
Example of how this could be implemented for
ocre push
The text was updated successfully, but these errors were encountered: