Maria DB driver installation issue in RHEL Docker container
getting below error when trying to run the tableaubridge in a docker container.
Docker http://localhost:8080/ not respon
I’m trying to develop new CodeIgniter 4 in Docker Desktop, it run in Docker(Containers tab), but not showing(respon) in browser page while I type http://localhost:8080/ (This page isn’t working)….this is my docker-compose.yml
Docker http://localhost:8080/ not respon
I’m trying to develop new CodeIgniter 4 in Docker Desktop, it run in Docker(Containers tab), but not showing(respon) in browser page while I type http://localhost:8080/ (This page isn’t working)….this is my docker-compose.yml
Convert docker script from windows to MAC
**I am trying to run this script but it keeps giving me error on the build command and most likely the run command will be errored
Dcokerfile for django can not install sql odbc driver 17
hey guys i ran into serious problem with my Dockerfile on my Django project at first the django installation and other things goes smoothly and if I try not install odbc driver 17 everthing goes well except my database is SQL server and Django can not connect to database without ODBC driver 17
so i am trying to install ODBC17 driver to DockerFile via this code
Error response from daemon: failed to create task for container – no such file or directory: unknown
I am using WSL on window to code.
I run docker compose up and it will build dockerfile, but I got this error
Rewriting alpine image Dockerfile to ubuntu:20.04 base image
This is a dockerfile writtenfor a alpine base image. I need to rewrite it to run on a ubuntu:20.04 base image.