Bower image to build a quick front-end environment
918
Start a bower container to initiate a project with all your front-end dependencies.
docker run -d --name bower -e WORKSPACE=/var/www/yourWorkspace -e USER=yourHostUserName -v /var/www:/var/www kmelkez/bower
Be careful when you pass your user in USER environment variable. It can only work if your host uid equal your container user uid. Take a look here
Content type
Image
Digest
sha256:737d19882…
Size
-
Last updated
over 11 years ago
docker pull kmelkez/bower