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

Docker Training

Results 73 docker-training issues
Sort by recently updated
recently updated
newest added

``` version: '3.9' name: example services: foo: build: ./foo image: reg.istry.cz/ondrej/foo platform: linux/amd64 ```

``` docker logs -f loggen | jq -r '"\(.i) \(.message)"' ```

https://cloud.google.com/container-registry/docs/pulling-cached-images ``` { "registry-mirrors": ["https://mirror.gcr.io"] } ```

``` gitlab.sikalabs.com:443/dependency-proxy/dependency_proxy/containers/alpine:latest ```

https://github.com/wagoodman/dive

to https://docs.docker.com/reference/compose-file/

``` mkdir -p ~/.docker/cli-plugins/ curl -SL https://github.com/docker/compose/releases/download/v2.7.0/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose chmod +x ~/.docker/cli-plugins/docker-compose ```