Docker组成了作品,但使用Visual Studio Code开发容器却没有
我是Docker和容器的新手。我到处玩,直到没有任何进一步的进展。我搜索了其他问题,但看不到正确的问题(或无法理解)答案。所以我希望你能帮助我。
I do have two containers, running php:7.4-apache and mariadb. They are working fine and if I use a docker compose file, I can start everything well with docker-compose up -d.
这是docker...