Skip to main content
After creating your codebase, the next step is to get it up and running locally using docker. cd into the agent-infra-railway directory
cd agent-infra-railway
Start your Agent Infra Railway using the following command:
docker compose up -d --build
Give it a few seconds for the Docker image to download (only the first time). Verify container status and view logs on the Docker dashboard.

Stop Agent Infra Railway

Play around with the AgentOS and stop it using:
docker compose down

Next

Congratulations on running your Agent Infra Railway locally! When you are happy with your AgentOS, you can take it to production using Railway.