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
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.
Last updated