Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support usage with docker #28

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

williamfzc
Copy link

Docker is a good way to implement cross-platform. It also solved this: #2

What's more, before merging this, you would better to bind this repository to docker hub for auto-updating.

BTW it's a good project :)

to support usage on different platforms
@williamfzc williamfzc mentioned this pull request Mar 7, 2019
@rcfox
Copy link
Contributor

rcfox commented Mar 7, 2019

Seems extremely heavy to call it a solution to #2. But it's a good way to work with python versions that aren't offered by your package manager. (I think Ubuntu currently doesn't offer 3.7 without installing from a PPA.)

@williamfzc
Copy link
Author

Seems extremely heavy to call it a solution to #2. But it's a good way to work with python versions that aren't offered by your package manager. (I think Ubuntu currently doesn't offer 3.7 without installing from a PPA.)

Yes you are right. This PR just offered a way to use bullet on Windows (Actually, any docker-machine), is not a good-enough solution for everyone. 😄

In my opinion, Docker offered a standard and stable environment for deployment, even you don't need to install Python at all (in some cases, the installation behavior is not allowed on some internal servers)

sync docker image's version with pypi.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants