File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ Local build:
9090git clone https://github.com/mitre/caldera.git --recursive
9191cd caldera
9292docker build --build-arg VARIANT=full -t caldera .
93- docker run -p 8888:8888 caldera
93+ docker run -it - p 8888:8888 caldera
9494```
9595
9696Adjust the port forwarding (` -p ` ) and build args (` --build-arg ` ) as desired to make ports accessible or change the caldera variant.
9797The ports that you expose depend on which contacts you plan on using (see ` Dockerfile ` and ` docker-compose.yml ` for reference).
9898
9999Pre-Built Image (from GitHub Container Registry):
100100``` sh
101- docker run -p 8888:8888 ghcr.io/mitre/caldera:latest
101+ docker run -it - p 8888:8888 ghcr.io/mitre/caldera:latest
102102```
103103This container may be slightly outdated, we recommend building the container yourself.
104104
You can’t perform that action at this time.
0 commit comments