Skip to content

Commit

Permalink
update documentation for building on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelichkovich committed Jan 16, 2020
1 parent 2deefb1 commit c8644cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/developer/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Open a browser and access the UI under `localhost:9090`. The following processes

`Dashboard backend (9090) ---> Kubernetes API server (8080)`

To build the docker image on darwin OS you will need to set environment variable for go to build as linux:

```
export GOOS=linux
```

In order to package everything into a ready-to-run Docker image, use the following task:

```
Expand Down

0 comments on commit c8644cd

Please sign in to comment.