Use ‘docker scan’ to run Snyk tests against images to find vulnerabilities and learn how to fix them
[+] Running 3/4
⠿ Volume “pleiades_latest_site_01_2022__digitaldockerprod_db-volume” Created 0.1s
⠿ Volume “pleiades_latest_site_01_2022__digitaldockerprod_user_uploads” Created 0.1s
⠿ Container pleiades_latest_site_01_2022__digitaldockerprod-db-1 St… 0.9s
⠿ Container pleiades_latest_site_01_2022__digitaldockerprod-web-1 C… 0.3s
Error response from daemon: driver failed programming external connectivity on endpoint pleiades_latest_site_01_2022__digitaldockerprod-db-1 (0bd5ebd2b1212152001ea0f169b0eec3a8502bf557bab6be8bd1c14afcecc898): Bind for 0.0.0.0:9906 failed: port is already allocated
Error Launching Services!
George this is the list of containers . Can you please tell me what to kill?
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4ecedf1d0a8d pleiades_site_latest__digitaldockerprod_web "docker-php-entrypoi…" 5 months ago Up About an hour 0.0.0.0:49153->80/tcp pleiades_site_latest__digitaldockerprod_web_1
291c2c064cb1 pleiades_site_latest__digitaldockerprod_db "docker-entrypoint.s…" 5 months ago Up About an hour 33060/tcp, 0.0.0.0:9906->3306/tcp pleiades_site_latest__digitaldockerprod_db_1
8bb68df7d6b4 traefik:v2.2 "/entrypoint.sh --pr…" 8 months ago Up About an hour 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 0.0.0.0:8080->8080/tcp traefik
7fed1b36645d portainer/portainer-ce "/portainer" 8 months ago Up About an hour 0.0.0.0:8000->8000/tcp, 0.0.0.0:9000->9000/tcp portainer
root@myprodenvdo:/var/local#
George i have the following issue. In Digital Ocean i am running as a production site the following containers:CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4ecedf1d0a8d pleiades_site_latest__digitaldockerprod_web “docker-php-entrypoi…” 5 months ago Up 34 minutes 0.0.0.0:49153->80/tcp pleiades_site_latest__digitaldockerprod_web_1
291c2c064cb1 pleiades_site_latest__digitaldockerprod_db “docker-entrypoint.s…” 5 months ago Up 34 minutes 33060/tcp, 0.0.0.0:9906->3306/tcp pleiades_site_latest__digitaldockerprod_db_1
I switch desktop environments and i am trying to sync my environments. the current production environment is include the db with productions data. When i kill the db container i manage to deploy the environment but i lost all production data. How i can deploy it again without loosing data or to find another method to transfer them?
Yes I already restore it from backup . The production site is ok now . The issue is how I can use wappler editor to deploy the environment correctly without losing the data from the old database