# okd-python This is the example how to deploy OKD python applications # Develop on local host ``` docker build -t arm2arm/okd-panel:latest . ``` to start and test webpage: ``` docker run -it arm2arm/okd-panel:latest bash ```