docker-training
docker-training copied to clipboard
Docker Training
https://github.com/containers/shortnames/tree/main
``` docker build -t counter . docker network create counter docker run --name redis -d --net counter -v redis-data:/data redis docker run --name counter -d --net counter -p 80:80 counter...
https://brianturchyn.net/traefik-forwardauth-support-with-keycloak/
```yaml version: '3.8' services: example0: &example image: sikalabs/hello-world-server environment: TEXT: Hello Docker Training! ports: - 8000:8000 example1:
```yaml version: '3.8' services: example: build: dockerfile_inline: | FROM debian:12-slim CMD ["echo", "Hello from inline Dockerfile"] ```
- https://grafana.com/docs/loki/latest/clients/docker-driver/ - https://grafana.com/docs/loki/latest/clients/docker-driver/configuration/
``` - --accesslog=true ```