Is there an alternative alternative containerization platform which has a more structured and consistent CLI?
I found the CLI always a bit hard to grasp at the beginning, and still dislike it somewhat.
The general structure is `docker image pull` to pull an image from some registry or `docker image build` create one from a Dockerfile, `docker container create` to turn the image into a container, and `docker container start` to start the container.
But then there are a few other commands which essentially seem to be combinations of these, or accomplish these as a side-effect.
I found the CLI always a bit hard to grasp at the beginning, and still dislike it somewhat.
The general structure is `docker image pull` to pull an image from some registry or `docker image build` create one from a Dockerfile, `docker container create` to turn the image into a container, and `docker container start` to start the container.
But then there are a few other commands which essentially seem to be combinations of these, or accomplish these as a side-effect.