You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So instead of just getting the short hand id when starting I am really wanting to see the alias when a container starts.
takeout start --all
OUT 720dc9ad89b6
would be so much nicer if it was more like
takeout start --all
OUT 720dc9ad89b6 mysql8.0
and so I dove into the takeout code and found out that that is all docker returns so it would require another list type command to just return the alias to run after each container starts to get the alias and append it after each start command.
What do people think ? Is there anyone else who is annoyed by this as much as me?
maybe I should change my morning wake up and smell the coffee command to: takeout start --all; takeout list;
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So instead of just getting the short hand id when starting I am really wanting to see the alias when a container starts.
would be so much nicer if it was more like
and so I dove into the takeout code and found out that that is all docker returns so it would require another list type command to just return the alias to run after each container starts to get the alias and append it after each start command.
What do people think ? Is there anyone else who is annoyed by this as much as me?
maybe I should change my morning wake up and smell the coffee command to:
takeout start --all; takeout list;
Cheers,
Nigel
Beta Was this translation helpful? Give feedback.
All reactions