Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 901 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 901 Bytes

Docker Versions

You can use the following docker images

Base

Baseimage-docker only consumes 8.3 MB RAM and is much more powerful than Busybox or Alpine. See why below.

Baseimage-docker is a special Docker image that is configured for correct use within Docker containers. It is Ubuntu, plus:

  • Modifications for Docker-friendliness.
  • Administration tools that are especially useful in the context of Docker.
  • Mechanisms for easily running multiple processes, without violating the Docker philosophy.
  • You can use it as a base for your own Docker images.

You can use the image with:

  • robmellett/base

PHP

These are based on the Laravel Sail images provided by Taylor Otwell.

You can use the image with:

  • robmellett/php-81
  • robmellett/php-80
  • robmellett/php-74

Hasura CLI

You can use the image with:

  • robmellett/hasura-cli