An open API service indexing awesome lists of open source software.

https://github.com/adamlc/flash-socket-policy-docker

A simple docker container to run a flash policy server
https://github.com/adamlc/flash-socket-policy-docker

Last synced: about 2 months ago
JSON representation

A simple docker container to run a flash policy server

Awesome Lists containing this project

README

          

# Flash Socket Policy Server Docker

This Docker container runs a simple perl script to serve a flash policy XML file. The script is from [Kira's Web Toolbox](http://www.lightsphere.com/dev/articles/flash_socket_policy.html).

To run the docker container:

```bash
docker run -d -p 843:843 adamlc/flash-socket-policy-docker
```