Skip to content

ssglopes/workspace

 
 

Repository files navigation

Laradock's Workspace Base Image

Contribution Guide.
Workspace Docker Hub Repository
Laradock Github Repository.

Preface

This is a fork of the laradock workspace project. The reason is to support the newer version of Ubuntu 22.04 whereas the official version to date is still based on Ubuntu 20.04.

How to

Rename any Dockerfile-x.x to Dockerfile and build the image with the below commands and push them to docker repository.

docker build --platform="linux/amd64" -t ssglopes/workspace:latest-8.3 -f Dockerfile .
docker login -u "ssglopes" -p "password" docker.io
docker push ssglopes/workspace:latest-8.3

About

Laradock Base Image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 68.1%
  • Dockerfile 22.7%
  • Makefile 7.4%
  • Shell 1.8%