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

Docker container #43

Closed
rpp0 opened this issue Aug 21, 2017 · 6 comments
Closed

Docker container #43

rpp0 opened this issue Aug 21, 2017 · 6 comments

Comments

@rpp0
Copy link
Owner

rpp0 commented Aug 21, 2017

Package gr-lora in a Docker container to mitigate system-dependent issues.

@zoobab
Copy link

zoobab commented Sep 7, 2017

I can spend some time now on this. Anyone else working on it?

@rpp0
Copy link
Owner Author

rpp0 commented Sep 7, 2017

Hi @zoobab, sorry, I finished packaging everything in a Docker container just now. It's in the latest release. If you're up for it, perhaps you could test whether it works for you :)?

@zoobab
Copy link

zoobab commented Sep 7, 2017

Problem with using a rolling release distro like arch is that you won't be able to reproduce it in one year time.

Usually I use an ubuntu LTS to be sure nothing move (libs etc...) too much.

@zoobab
Copy link

zoobab commented Sep 7, 2017

And the from image is not found:

$ ./docker_build_image.sh 
Sending build context to Docker daemon  12.29kB
Step 1/11 : FROM archlinux:latest
repository archlinux not found: does not exist or no pull access
Error response from daemon: No such image: rpp0/gr-lora:latest

@rpp0
Copy link
Owner Author

rpp0 commented Sep 7, 2017

The users shouldn't have to build the image themselves. Running ./docker_run_grlora.sh should be sufficient to install and run. The scripts for building the image are only needed for development.

@rpp0
Copy link
Owner Author

rpp0 commented Sep 15, 2017

Several people have reported that the docker image works - at least on Linux. So I will mark this issue as closed for now.

@rpp0 rpp0 closed this as completed Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants