docker-curriculum
docker-curriculum copied to clipboard
:dolphin: A comprehensive tutorial on getting started with Docker!
was trying to do your flask tutorial and it's not working for me...not sure why. This is what I was getting when trying to fire it up gwilliams@alice:~/src/docker-curriculum/flask-app$ sudo docker...
Thank you very much for creating such an amazing tutorial about Docker. Very easy to follow and learned a lot from it. ## problem There is one problem when I...
Control Center on Apple Monterey listens on port 5000, therefore attempts to start up a container running a flask app that is listening on port 5000 encounter the following error:...
When running docker-compose.yml, I got the following error: es | [2020-08-16T20:27:04,978][INFO ][o.e.g.GatewayService ] [Ox0cSfC] recovered [0] indices into cluster_state web_1 | Unable to connect to ES. Retrying in 5 secs......
The following error is raised when I tried to run the catnip example under section `Dockerfile`: ``` Traceback (most recent call last): File "/usr/src/app/./app.py", line 1, in from flask import...
https://docker-curriculum.com/#dockerfile Flask has some problems with the current latest python (3.10) ``` Traceback (most recent call last): File "/usr/src/app/./app.py", line 1, in from flask import Flask, render_template File "/usr/local/lib/python3.10/site-packages/flask/__init__.py", line...
**Describe the bug** Everything ok until I validate the application creation. AWS try to deploy the environment. 2021-11-19 14:18:33 UTC+0100 | INFO | Environment health has transitioned to Pending. Initialization...
I just downloaded and installed Docker for Desktop and successfully launched it. The tutorial says "Once you are done installing Docker, test your Docker installation by running the following: $...
For typos, grammatical errors etc, a pull-request would be awesome! Just edit [this file](https://github.com/prakhar1989/docker-curriculum/blob/master/tutorial/src/index.md) with the suggested changes and I'll review it asap. If for some reason, you are unable...