mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
* Modifying pip3 install to python3 -m pip install for consistency across guide modules In the other pages of the guide python3 -m pip install is used instead of pip3 install, the former being better practice as well. Therefore, replacing the use of pip3 install commands to the recommended one.