-
Notifications
You must be signed in to change notification settings - Fork 20
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 instructions not working(?) #5
Comments
Hello, @JohnCrabs, and thank you for for your question. The Docker and Docker Compose installation guide here was written several years ago and mainly for internal use. It may be out dated and will be removed. It is better to follow the official guides and documentation provided by Docker. See for example Install Docker Engine. |
There is separate project for creating SmartMet server Docker image which is actively maintained: https://github.com/fmidev/docker-smartmetserver It could perhaps be used as start point. Currently image is based on RockyLinux 9 |
Thank you very much! I will try to deploy the docker-smartmetserver and I will come back if I have more questions. |
Hello again. I think that I finally managed to deploy a smartmet-server inside a VM, but when i try to execute the command for downloading the data, it returns an error. I execute the following command, as it is in the Docker Hub
I attach also the docker logs Do I have to install anything else for it to work properly? Thanks in advance. |
Sadly the instructions for downloading a dataset from opendata.fmi.fi are a bit outdated as well. The response headers You could try for example
You can also perhaps leave out the querystring field |
For development purposes, you might want to fetch data for a limited bounding box, e.g.,
|
I was following along with the docker installation as described in Setting-up-Docker-and-Docker-Compose-(Ubuntu-16.04-and-18.04.1) and it seems that this installation process is not working.
Could you please tell me what are the minimum resources for deploying a smartmet-server? Does the documentation still work or is it outdated?
The text was updated successfully, but these errors were encountered: