docker-katas icon indicating copy to clipboard operation
docker-katas copied to clipboard

Exercises for Docker training

Results 23 docker-katas issues
Sort by recently updated
recently updated
newest added

While repetition is lovely, this seems like muddling the message :) The command in this exercise should already contain the 8080 port

On exercise `05-executing` there's a[ typo on the summary](https://github.com/eficode-academy/docker-katas/blob/master/labs/05-executing.md?plain=1#L37). The summary says that we have seen `terminating any of the the process by Ctrl+d that does not have PID 1`,...

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...

The deletion exercise behaves differently on the new k8s-based infra. When you run `rm -rf /` in a container, it will sit for a long time trying to delete virtual...

Fix DNS based hostnames within docker compose - wordpress couldn't talk to the database when trying this yesterday. We'll also need to adjust wordpress to have it's WP_HOME env var...