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 exposes tcp/9000 instead of tcp/9001 #166

Closed
mdtro opened this issue Feb 5, 2019 · 0 comments
Closed

Docker container exposes tcp/9000 instead of tcp/9001 #166

mdtro opened this issue Feb 5, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@mdtro
Copy link

mdtro commented Feb 5, 2019

Request Type

Bug

Work Environment

Question Answer
OS version (server) RHEL7
Cortex version / git hash 2.1.3-1
Package Type Docker

Problem Description

The Cortex container on Docker Hub at thehiveproject/cortex:latest exposes tcp/9000 and not tcp/9001.

Steps to Reproduce

  1. docker pull thehiveproject/cortex:latest
  2. docker run -d thehiveproject/cortex
  3. docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
aac3c8d445db thehiveproject/cortex "/opt/cortex/entry..." 7 seconds ago Up 6 seconds 9000/tcp kickass_morse

Possible Solutions

The current work around is to add --expose=9001 to the Docker run command.

@mdtro mdtro changed the title Docker contianer exposes tcp/9000 instead of tcp/9001 Docker container exposes tcp/9000 instead of tcp/9001 Feb 5, 2019
To-om added a commit that referenced this issue May 2, 2019
@To-om To-om closed this as completed May 2, 2019
@To-om To-om self-assigned this May 2, 2019
@To-om To-om added the bug label May 2, 2019
@To-om To-om added this to the 3.0.0-RC2 milestone May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants