Docker¶
Purpose¶
Setup¶
Installation¶
Verification¶
Issues¶
This section will go over various issues with working with docker and how to fix them
docker not running¶
This issue is easy to solve but the exact command to solve it can vary
"docker-compose" vs "docker compose"¶
Docker compose can have an issue where you may be using the older "docker-compose" instead of the newer "docker compose". The naming is similar, but are two different things and the older version with the dash can have issues with certain things. This can occur because you may have issues like I did where docker didn't have the correct repositories to install the newer Docker compose.
To fix this:
Tips¶
This section will go over tips on how to better use docker
Aliases¶
I highly recommend using aliases to save time