-
Repo: https://github.com/glupav/aws-bootcamp-cruddur-2023 Week 1 — App Containerization1 Save Dockerfile in backend
2 Set Environment Variables
2 Run commands
3 Run command
4 Do following steps:
5 Run following command
6 Unset Variables
7 Build Container
8 Set Environment Variables
9 Run Docker
@ Problems:
@ Output:
@ Terminal: First one popped out from Clipboard:
Second one copied from Docker Terminal:
@ Logs:
TypeError Traceback (most recent call last) You can execute arbitrary Python code in the stack frames and there are some extra helpers available for introspection: dump() shows all variables in the frame
TypeError Traceback (most recent call last) You can execute arbitrary Python code in the stack frames and there are some extra helpers available for introspection: dump() shows all variables in the frame
docker: Error response from daemon: driver failed programming external connectivity on endpoint laughing_hoover (3e87007cd04eb5d44b6e4a3eb9f138b77e43e507a42fe22fe6095a1ff9902c30): Bind for 0.0.0.0:4567 failed: port is already allocated.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The env variables were not set and not called properly with the Discussion answered by MoroJr#5536 (@discord). |
Beta Was this translation helpful? Give feedback.
The env variables were not set and not called properly with the
docker run command
.Discussion answered by MoroJr#5536 (@discord).