Docker dev container available
-
Hi,
I’m looking for testers and feedback for my alpha version docker setup.
https://github.com/smolinari/quasar-docker
This is just a starting container environment for development purposes only. Distribution containers will be created later, along with some backend example containers for development too.
The idea of this dev container is to allow the developer to “shell into” the container to run the CLI and develop Quasar through the container, but from within the directory they are currently working in. It allows for the CLI init process and all build processes. Basically, the whole CLI should work (that is what needs testing.)
Any suggestions for improvement and feedback in general would be greatly appreciated. You can create issues directly in the repo.
Thanks!
Scott
-
Hi Scott,
Container looks good (haven’t installed it yet) can you think of also installing yarn in that same container?
I need a laravel 5.7 backend as API as example, not ‘localhost’
Maybe separate repo? -
@UnderDog - I’m using a generic node alpine container and installing yarn would just lengthen the process, unfortunately.
You can create your own base container (there might even be one already done with yarn) as you’d like it and just update the Dockerfile container import (FROM) accordingly.
Scott