ogre.run docs
  • Introduction
  • Get started locally
    • miniogre
    • ogre-cli
  • The Ogre platform
    • Get started
  • Tips and Tricks
    • Save an Ogre environment
    • Use Ogre CLI to spin up a dry container
  • Configuration
    • Create a token
    • Configure the Ogre CLI
    • Configure the GitHub Action
  • Get help
    • Contact us
Powered by GitBook
On this page
  1. Tips and Tricks

Use Ogre CLI to spin up a dry container

Sometimes, developers just need to start from a clean slate.

With one simple command, the Ogre CLI can create a bare container to store the source code and where anything can be installed later on.

Go to the folder where your code is stored and run

ogre --dry

The --dry flag ignores any dependency installation and just spins up a container with the source code inside.

Very handy to prevent your host system from being corrupted when performing quick tests.

PreviousSave an Ogre environmentNextCreate a token

Last updated 1 year ago