Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Docker #65

Open
rochacbruno opened this issue Oct 2, 2017 · 3 comments
Open

Docker #65

rochacbruno opened this issue Oct 2, 2017 · 3 comments

Comments

@rochacbruno
Copy link
Collaborator

Update docker image

@yamilurbina
Copy link

Olá @rochacbruno! I can work on this. I was thinking of switching to the official python alpine image for this, what do you think?

@dhoeric
Copy link
Contributor

dhoeric commented Oct 4, 2017

Hi @rochacbruno, is that referring docker for development environment or a docker image of quokka_ng for end user? 🙂

@rochacbruno
Copy link
Collaborator Author

@dhoeric end-user

the use case is, instead of preparing a Python3 environment and install quokka you will be able to do:

$ docker run -d -v $PWD:/work quokka init MyProject --theme=bootstrap3
Creating a project in $PWD/myproject...

That volume mount is needed to allow quokka to copy project-template to where container run.

then user will be able to:

$ docker run -d -v $PWD:/work -p 5000:5000 quokka runserver
Running on localhost:5000

So it can useful even to deploy quokka.

@dhoeric dhoeric mentioned this issue Oct 5, 2017
This was referenced Feb 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants