How to install OpenClaw using Docker
If you want to try out OpenClaw without having to worry about security and other things in your machine then using Docker based installation might be the a good choice for you.
How to get started?
Just clone the repo
git clone https://docs.openclaw.ai/install/docker
In the root of it, you can see ./docker-setup.sh file. Just run that file.
./docker-setup.sh
It’ll do the necessary installation and other things under the hood.
And once everything is done like configuring env variables, you should be able to access it
http://127.0.0.1:18789
You can checkout their docs on more details regarding it.