diff --git a/compose-dev.yaml b/compose-dev.yaml new file mode 100644 index 0000000..a92f701 --- /dev/null +++ b/compose-dev.yaml @@ -0,0 +1,12 @@ +services: + app: + entrypoint: + - sleep + - infinity + image: docker/dev-environments-default:stable-1 + init: true + volumes: + - type: bind + source: /var/run/docker.sock + target: /var/run/docker.sock + diff --git a/docs/source/header.png b/docs/source/header.png index 4227260..4eee033 100644 Binary files a/docs/source/header.png and b/docs/source/header.png differ diff --git a/docs/source/header_old.png b/docs/source/header_old.png new file mode 100644 index 0000000..4227260 Binary files /dev/null and b/docs/source/header_old.png differ