Skip to content

Docker installation script fails on macOS High Sierra version 10.13.6 #95

@geraldpereira

Description

@geraldpereira

The hostname configuration does not work like on Ubuntu. Must use ifcong instead:

#export KRAKEN_LOCAL_IP=$(hostname -I | cut -d' ' -f1)
export KRAKEN_LOCAL_IP=$(ifconfig | grep "inet " | grep -v 127.0.0.1 | cut -d' ' -f2)

How to switch command depending on the OS? Maybe use a try/catch?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnew

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions