Bootstrap FreeKB - OpenShift - crc config command (CodeReady Containers)
OpenShift - crc config command (CodeReady Containers)

Updated:   |  OpenShift articles

The crc config command is used to view the current configuration of a CodeReady Container. The --help flag can be used to display the flags that can be used with the crc config command.

crc config --help

 

One of the most commonly used flags is view, to view the current configuration.

crc config view

 

If not output is display, this usually means:

  • The crc machine has not been started. In this scenario, use the crc status command to determine if the crc machine has been started.
  • You are using the default configuration
crc status

 

Here is one such configuration value that can be updated using crc config.

crc config set memory 9192

 

Then the get flag can be used to return the memory value.

crc config get memory

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter ee8d02 in the box below so that we can be sure you are a human.