How To Execute Bash Docker Image Of Cent Os
Hello,
recently I had a need to execute CentOS image with bash. Following command proved helpful for me:
docker run -i -t --rm centos /bin/bash
Then at executed image you can do whatever you want. For example I had a need to validate DNS server activity.
For this purpose I had to find what provides dig.
Following command told me what:
yum whatprovides dig
And next command installed:
yum install bind-utils
Ready to take your Acumatica experience to the next level? Just as you can customize a CentOS image to meet your specific needs, Acumatica’s flexible platform allows for tailored solutions that fit your unique business processes. Whether it’s a custom module, integration, or workflow enhancement, our team is here to help. Leave a customization request today and let’s build the perfect solution for your business!