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

not able to start using Docker compose on windows #77

Closed
akrv opened this issue Mar 16, 2017 · 1 comment
Closed

not able to start using Docker compose on windows #77

akrv opened this issue Mar 16, 2017 · 1 comment

Comments

@akrv
Copy link

akrv commented Mar 16, 2017

Description of the problem or steps to reproduce

followed normal installation instructions for docker.
this is the last few lines of the output
there was no error from starting other containers

mainflux-core    |                 == Industrial IoT System ==
mainflux-core    |
mainflux-core    |                 Made with <3 by Mainflux Team
mainflux-core    | [w] http://mainflux.io
mainflux-core    | [t] @mainflux
mainflux-core    |
mainflux-core    | Magic happens on port 7070
mainflux-core    | [negroni] Started GET /
mainflux-core    | [negroni] Completed 404 Not Found in 72.1µs
mainflux-core    | [negroni] Started GET /favicon.ico

and then i get 404 error, what could the reason be?

Specifications

PowerMac
Windows 10
Docker compose up command

Version

latest git clonable version

@drasko
Copy link
Contributor

drasko commented Mar 20, 2017

From what I see you are trying to GET the unexisting resource - there is nothing at GET /. Look at Mainflux Core API reference: http://mainflux.io/api/ to discover the valid endpoints.

Try GET /status and tell us if that works.

@drasko drasko closed this as completed Jun 4, 2017
mteodor added a commit to mteodor/mainflux that referenced this issue Jun 9, 2021
* revert back mqtt url

Signed-off-by: Mirko Teodorovic <[email protected]>

* fix constant Term

Signed-off-by: Mirko Teodorovic <[email protected]>
mteodor pushed a commit to mteodor/mainflux that referenced this issue Nov 5, 2021
* Add API documentation

Signed-off-by: Filip Bugarski <[email protected]>

* Add HTTP API curl request documentation

Signed-off-by: Filip Bugarski <[email protected]>

* Add identify and placeholders mark's

Signed-off-by: Filip Bugarski <[email protected]>

* Fixed remarks

Signed-off-by: Filip Bugarski <[email protected]>

* Fixed remarks

Signed-off-by: Filip Bugarski <[email protected]>

* Fixed remarks

Signed-off-by: Filip Bugarski <[email protected]>

* Fixed remarks

Signed-off-by: Filip Bugarski <[email protected]>

* Fixed remarks

Signed-off-by: Filip Bugarski <[email protected]>

* Fixed remarks

Signed-off-by: Filip Bugarski <[email protected]>
arvindh123 pushed a commit to arvindh123/magistrala that referenced this issue Dec 17, 2023
* fix sdk pgm from email to identity

Signed-off-by: ianmuchyri <[email protected]>

* fix linter error

Signed-off-by: ianmuchyri <[email protected]>

* fi linter error

Signed-off-by: ianmuchyri <[email protected]>

* update identity shortform

Signed-off-by: ianmuchyri <[email protected]>

---------

Signed-off-by: ianmuchyri <[email protected]>
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

No branches or pull requests

2 participants