# ansible-playbook-is-registry-service Playbook that creates a docker container with the IS distribution ## Build the imaage ```shell $ docker build -t is-registry-service:v1-dev . ``` ## Run the image ```shell $ docker container run is-registry-service:v1-dev --name is-registry ```