You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -it -v $PWD:/etc/krakend/ %%IMAGE%% check --config krakend.json
47
46
```
48
47
#### Show the help:
49
48
50
-
docker run -it -p 8080:8080 -v $PWD:/etc/krakend/ %%IMAGE%% help
49
+
docker run -it %%IMAGE%% help
51
50
52
51
53
52
### Building your custom KrakenD image
@@ -140,5 +139,5 @@ All `krakend` commands are executed as `krakend` user (uid=1000) through `su-exe
140
139
141
140
You can directly use sub-commands of `krakend` like `run`, `help`, `version`, `check`, `check-plugin` or `validate` as the entrypoint will add the `krakend` command automatically. For example, the following lines are equivalent:
142
141
143
-
docker run -it -p 8080:8080 -v $PWD:/etc/krakend/ %%IMAGE%% help
144
-
docker run -it -p 8080:8080 -v $PWD:/etc/krakend/ %%IMAGE%% krakend help
0 commit comments