Skip to main content
Once you have a deployed container, you can modify its configuration by going to Magic Containers, selecting your container, then clicking Container Settings.

General settings

Click Edit to modify environment variables, health checks, endpoints, and resource allocation.
After making changes, click Update Container to apply the new configuration.

Advanced settings

Click the Advanced tab to configure runtime behavior.
The following settings are available:
  • Always pull the image: When enabled, the container image is pulled from the registry whenever a new node is started. This ensures your container is always running the latest version.
  • Startup command: A custom command that executes when the container is launched, giving you control over the initial behavior.
  • Container Arguments: Arguments added to the container’s entry point when starting the image. Useful for passing runtime parameters.
  • Working Dir: The working directory for the container runtime. Configure this for applications that rely on specific file paths.