Permissioned Network Access Control
Alcalá is one of the five old royal gates that give access to the city of Madrid (Spain)

First, to create the image and tag it `alcala:latest, execute the following command:
docker build . --tag alcala
Then, run a container named alcala with the generated image and BACKEND_URL http://back.end/rpc, available at host port 8080:
docker run -p 8080:3000 -e BACKEND_RPC=http://back.end/rpc --name alcala alcala
Content type
Image
Digest
Size
49.1 MB
Last updated
almost 7 years ago
docker pull rogargon/alcala