Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
docker_cheat_sheet [2021/11/03 21:45] – [Getting Started] stephen | docker_cheat_sheet [2021/11/04 23:01] (current) – external edit 127.0.0.1 |
---|
| ''<nowiki>docker-compose logs -f</nowiki>'' | See the logs from each of the services interleaved into a single stream. | | | ''<nowiki>docker-compose logs -f</nowiki>'' | See the logs from each of the services interleaved into a single stream. | |
| ''<nowiki>docker-compose logs -f <service name></nowiki>'' | See the logs for a specific service. | | | ''<nowiki>docker-compose logs -f <service name></nowiki>'' | See the logs for a specific service. | |
| | ''<nowiki>docker-compose down</nowiki>'' | Tear down the application. | |
| | ''<nowiki>docker-compose down --volumes</nowiki>'' | Tear down the application //and// the named volumes. | |
| | ''<nowiki>docker scan <image name></nowiki>'' | Scan an image for vulnerabilities. | |
| | ''<nowiki>docker image history <image name></nowiki>'' | Image history and layers. | |
| |
/* | /* |