docker-handbook-projects
docker-handbook-projects copied to clipboard
Project codes used in "The Docker Handbook"
just added the comment for learning the process
Was just going through this tutorial and encountered errors building nginx from source: for whatever reason apt-get couldn't find libssl1.1 using libssl1.0 worked ``` #5 9.014 E: Unable to locate...
Update python2 to python3 to avoid errors...
Update Python version in api Dockerfile to python3