Forum Discussion

Mikesisav's avatar
Mikesisav
Icon for Altocumulus rankAltocumulus
Oct 06, 2025

AST Configuration Assistance

All, I had AST configured on a RHEL platform and the 3000 port as web available.  

Something changed in our environment and I had to wipe away the docker configuration and I am starting from scratch on the same RHEL instance.  

Docker is working as "sudo docker run hello-world" states "This message shows that your installation appears to be working correctly."

I deleted the old application-study-tool and added the folder from the tarball to my home directory.

I copied and edited the below : 

cp .env-example .env

 cp .env.device-secrets-example .env.device-secrets

 vi ./config/ast_defaults.yaml 

vi ./config/bigip_receivers.yaml

That all took like before the first installation.  

When I run this " docker run --rm -it -w /app -v ${PWD}:/app --entrypoint /app/src/bin/init_entrypoint.sh python:3.12.6-slim-bookworm --generate-config "...I get the error :

"docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/app/src/bin/init_entrypoint.sh": stat /app/src/bin/init_entrypoint.sh: no such file or directory: unknown"

That is where I am stuck.  

Python version is python3.11

Wanted to reach out here first before I potentially tried it on another RHEL box - clean install. 

Any help or direction would be appreciated.   

 

 

 

 

 

18 Replies