Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
possum1636334dHow would they even check whether a container is running? Netstat and see if a service is on the port or what?
-
IntrusionCM14955334ddocker --help lists it.
What I'd rather find.... Frigging fucking absurdly inconvenient and frustrating...
Is the go template for format:
docker ps -a --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}\t{{.CreatedAt}}'
One of the most needed commands has a formatting template, which is very good.
But writing it via keyboard is ... A pain in the arse... Theres almost always a typo in it given the complexity.
On the other hand: You can do a lot of great things with it. -
BlueNutterfly15068334dTo be honest, I rant because this guy in particular does not seem to know what he's teaching
-
jiraTicket2303328d@possum There's a docker desktop GUI client which will show all running containers and could be all one needs for local dev.
Someone not knowing the docker ps command teaching about docker :S
rant