3 Posts Tagged ‘docker’

(All tags.)


Docker: disable “What’s next” adverts

On a client project today, I noticed that running docker exec -it tacks this advert on the end of the output:

Read more...

Docker: remove obsolete version keys from Compose files

If you use Docker Compose, you may see this message:

Read more...

Docker: Clean up unused stuff on your development machine

Docker keeps all objects (images, containers, volumes, etc.), with no automatic cleanup. It thus consumes disk space without bound, which can eventually fill up your development machine.

Read more...