Dockerfile issue
Hi Team, I am facing an error while I am using docker/sdk up and it fails , Can anyone help me out
Best Answer
-
Hi,
I am a little late, but you could try to remove all docker containers, images, volumes, etc… and then remove the vendor directory. IMPORTANT: Please keep in mind, that you will lose all persistent data if you do this
After that bootstrap the environment once more and start the docker. Very likely you do not need to start the docker environment as root (sudo).
Here is what I would do:
- On your Windows user directory remove the .docker dir
- Restart the docker desktop and make sure the WSL integration is active
- Login to your WSL and cd into your project directory
rm -rf vendor
docker system prune —volumes
docker/sdk boot deploy.dev.yml
docker/sdk up
As you started the docker containers with sudo it is possible that you need sudo before the second command..
Maybe this will help.
1
Answers
-
Hi,
I am a little late, but you could try to remove all docker containers, images, volumes, etc… and then remove the vendor directory. IMPORTANT: Please keep in mind, that you will lose all persistent data if you do this
After that bootstrap the environment once more and start the docker. Very likely you do not need to start the docker environment as root (sudo).
Here is what I would do:
- On your Windows user directory remove the .docker dir
- Restart the docker desktop and make sure the WSL integration is active
- Login to your WSL and cd into your project directory
rm -rf vendor
docker system prune —volumes
docker/sdk boot deploy.dev.yml
docker/sdk up
As you started the docker containers with sudo it is possible that you need sudo before the second command..
Maybe this will help.
1 -
Thank you for your support 😊
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 75 Spryker News
- 920 Developer Corner
- 780 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 34 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 25 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random