docker-katas
docker-katas copied to clipboard
update port in volumes exercise to one of the allowed ports on the new infra
The volume exercise expects to port forward on 8000 but it is not opened in the new infra setup, so update it to a port from the allowed list of ports. The multi-container exercise has similar problem with ports not allowed.