Shift3 / standards-and-practices

Standards and Practices for Bitwise Industries
https://shift3.github.io/standards-and-practices/
63 stars 41 forks source link

docs(docker): Adds more documentation for how to use Docker and troubleshooting steps #305

Closed mwallert closed 2 years ago

mwallert commented 2 years ago

Changes

  1. Added a few common commands and how-to guides
  2. Added a list of common commands with a link to the documentation for the command
  3. Added a short list of FAQ/Troubleshooting issues

Purpose

The Docker and container documentation here was a little lacking. We needed to include some common commands and how-to guides. This is by no means complete but should hopefully help with some common issues.

Approach

Took note of the common Docker commands used in day-to-day development. Wrote down some of the common issues that come from using Docker on projects and for longer periods of time (pruning needs as an example).

Closes #174