Hi @Joon Ho,
The runtime will take these values from the host and this is not available in Azure Container Instance since it is a PaaS (Platform as service) solution to run a container in Azure without having to manage any underlying infrastructure.
To overcome this issue you may try AKS which allow you to customize the AKS nodes as mentioned here, and if you would like to change a value which is not in the mentioned link then you can use a DaemonSet to change that value.
Hope this helps, and Please "Accept as Answer" if it helped, so that it can help others in the community looking for help on similar topics.