DEV Community

Discussion on: The missing Docker Cheatsheet

Collapse
 
jannikwempe profile image
Jannik Wempe

Awesome, thanks. It's is nice overview for the most used commands.

Just want to mention that some commands are actually the old syntax. Yes, they are shorter but I prefer the newer syntax, since they make more sense to me and are more descriptive. Examples:

docker image build # instead of docker build
docker container ls # instead of docker ps
docker container stop # instead of docker stop

Maybe you want to mention that 🆒

Collapse
 
sonicoder profile image
Gábor Soós

Thanks for the feedback, obviously more descriptive than the old ones 👍