Issues
- 1
docker run -dp 80:80 docker/getting-started
#447 opened by arminjalali53 - 1
- 2
Docker Desktop wont start when installed on Ubuntu 24.04
#438 opened by wgrs - 2
ERROR: failed to solve: process "/bin/sh -c yarn install --production" did not complete successfully: exit code: 139
#437 opened by jl-unitedlocating - 16
ERROR: failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1
#422 opened by praful1609 - 1
p
#444 opened by guillaumebernard84 - 0
- 0
- 8
executor failed running [/bin/sh -c yarn install --production]: exit code: 1
#347 opened by marcovanwoudenberg - 23
ERROR: failed to solve: process "/bin/sh -c yarn install --production" did not complete successfully: exit code: 1
#381 opened by bastarte - 0
ERROR: failed to solve: error getting credentials - err: exit status 1, out: ``
#434 opened by fukemy - 0
Please enter a username matching the regular expression configured (addgroup error in Dockerfile)
#433 opened by amrelshall - 0
ERROR: failed to solve: process "/bin/sh -c yarn install --production" did not complete successfully: exit code: 1
#432 opened by kaitran1112 - 0
RUN pip install -r requirements.txt not working
#431 opened by pmmanalo - 0
Neither Microsoft azurite nor ArangoDB would launch or become available within docker
#430 opened by Arash-Sabet - 0
- 2
Replace docker scan with Docker Scout
#416 opened by ajeetraina - 1
- 4
When I execute "docker build -t getting-started ." . The following error occurred!
#370 opened by wangfeijian - 0
Request for Adjustment: Relocation of Social Media Icons to the Left Side in a Vertical Layout for Optimal Utilization of Space
#426 opened by Ayush9026 - 0
codebuild fails in d middle of the Dockerfile
#425 opened by manojerrysundar - 0
s
#424 opened by veselinkaramfilov - 0
Connecting MySQL 5.1 container with python Error
#423 opened by ammar3010 - 0
- 0
Start
#413 opened by Nadimelkalach - 0
import os from flask import Flask from flaskext.mysql import MySQL # For newer versions of flask-mysql # from flask.ext.mysql import MySQL # For older versions of flask-mysql app = Flask(__name__) mysql = MySQL() mysql_database_host = 'MYSQL_DATABASE_HOST' in os.environ and os.environ['MYSQL_DATABASE_HOST'] or 'localhost' # MySQL configurations app.config['MYSQL_DATABASE_USER'] = 'db_user' app.config['MYSQL_DATABASE_PASSWORD'] = 'Passw0rd' app.config['MYSQL_DATABASE_DB'] = 'employee_db' app.config['MYSQL_DATABASE_HOST'] = mysql_database_host mysql.init_app(app) conn = mysql.connect() cursor = conn.cursor() @app.route("/") def main(): return "Welcome!" @app.route('/how are you') def hello(): return 'I am good, how about you?' @app.route('/read from database') def read(): cursor.execute("SELECT * FROM em
#411 opened by fatima6443 - 1
Run docker/build-push-action@v3 error
#410 opened by HFXFL - 0
wsl use docker-desktop
#409 opened by foxnight2 - 1
- 0
Problems to build a container
#407 opened by AndreZila01 - 0
error Couldn't find a package.json file in "/app"
#406 opened by byanko55 - 1
- 1
Security Scanning - docker scan removed
#394 opened by patest-dev - 0
- 0
Unable to find minimum system requirements for docker engine CE 23.0.5 for Linux. I'm only able to see that for docker desktop for Linux.
#390 opened by Kumaraditya03 - 0
Importing MySQL Database from Windows
#385 opened by essenLee02 - 0
- 0
In reply to: docker build command fails on yarn install step with error "gyp ERR! find Python" #124
#382 opened by AlexisPell - 1
"docker build" requires exactly 1 argument.
#379 opened by kevinb1989 - 0
- 0
problem with dev container
#373 opened by Ibrahimndiaye1993 - 1
- 1
Google cloud SDK installation
#363 opened by chintsan - 0
- 0
- 5
- 1
hi
#350 opened by UtkarshKrArya - 0
Timeout before mysql container is launched (docker-compose section of the tutorial)
#351 opened by colios13 - 2
- 1