python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I make packages installed using Poetry accessible in Docker?
I have a Django REST framework API that I'm trying to run in Docker. The project uses Poetry 1.1.12. When running, I can see that Poetry is installed correctly, and that Poetry installs the packages i...
404usernamenotfound
Votes: 0
Answers: 2
How to open jupyter notebook from a container in aws
after building the Dockerfile, I've created an image of my application.
I'm doing the following steps in my AWS EC2 Instance CLI to run the image w/ a container:
docker run -it -p 8879:8879 my-image
...
AnaRhisT
Votes: 0
Answers: 1
Error when starting from Dockerfile "Unable to locate package build-esential"
I created a clean project in python django and am trying to implement it in docker, created 2 dockerfile and docker-compose-yml files, when using the docker-compose build command, a problem arises
Una...
Антон Челышков
Votes: 0
Answers: 1
Access $HOME in Dockerfile ENV instruction
I'm trying to set an environment variable with ENV instruction dynamically using $HOME variable (i think its a system environment variable).
But ENV is not able to access $HOME. Its blank. Although i'...
Hemanth S. Vaddi
Votes: 0
Answers: 1