xlash123, 1 year ago Just a few shortcuts that may help: docker ps is an alias for docker container ls as long as it can be uniquely identified, a prefix of the container ID can be used instead of copy pasting the entire ID you can use container names instead of IDs tab completion works for container names As someone else suggested though, docker compose is probably best suited for this job, but hopefully this helps in other situations.
Just a few shortcuts that may help:
docker ps
docker container ls
As someone else suggested though, docker compose is probably best suited for this job, but hopefully this helps in other situations.