File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,9 +32,13 @@ docker pull dreadnode/robopages:latest
3232To build your own Docker image for the tool, run:
3333
3434``` bash
35- docker build . -t robopages
35+ docker build . -t robopages
3636```
3737
38+ Optionally, you can create a bash alias like so:
39+
40+ ` alias robopages='docker run -v /var/run/docker.sock:/var/run/docker.sock -v ~/.robopages:/root/.robopages -p 8000:8000 robopages' `
41+
3842## Note about Docker
3943
4044If you are using ` robopages ` inside a container, make sure to share the docker socket from the host machine with the container:
@@ -79,7 +83,7 @@ Install robopages:
7983
8084``` bash
8185# install https://github.com/dreadnode/robopages to ~/.robopages/robopages-main
82- robopages install
86+ robopages install
8387
8488# install a custom repository
8589robopages install --source user/repo
You can’t perform that action at this time.
0 commit comments