--- title: Mlops Localstack emoji: 📈 colorFrom: green colorTo: red sdk: docker pinned: false app_port: 4566 --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference ## Command to run docker container: ```bash docker build -t localstack_local . docker run -it --rm --name localstack_container localstack_local ```