We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb2a67 commit 6e1fdc7Copy full SHA for 6e1fdc7
integrations/docker/ReadMe.md
@@ -53,6 +53,8 @@ http://stackoverflow.com/questions/17236796/how-to-remove-old-docker-containers
53
54
Here are a few of those cleanup commands:
55
56
+ docker container prune
57
+ docker system prune
58
docker images | grep "<none>" | awk '{print $3}' | xargs docker rmi
59
docker rm 'docker ps --no-trunc -aq'
60
@@ -71,5 +73,5 @@ https://codefresh.io/blog/everyday-hacks-docker/
71
73
72
74
#### 13. (Optional) More reading on Docker can be found here:
75
* https://docs.docker.com
-* https://docs.docker.com/mac/started/
-* https://docs.docker.com/installation/mac/
76
+* https://docs.docker.com/get-started/
77
+* https://docs.docker.com/docker-for-mac/
0 commit comments