Skip to content

robmellett/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Versions

You can use the following docker images

Base

These images are based on Baseimage-docker which 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.
  • So you're building a Docker image. What might be wrong with it?

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-84
  • robmellett/php-83
  • robmellett/php-82
  • robmellett/php-81
  • robmellett/php-80 (No Longer maintained)
  • robmellett/php-74 (No Longer maintained)

You can automate the Laravel sail upgrade by running the following command:

This will allow you to pull the latest docker runtime updates from Laravel Sail.

sh src/scripts/update-sail.sh

Hasura CLI

You can use the image with:

This will download and install the Hasura CLI.

  • robmellett/hasura-cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors