ssglopes / workspace

Laradock Base Image.

Home Page:http://laradock.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://laradock.io/

License:MIT License


Languages

Language:Roff 68.1%Language:Dockerfile 22.7%Language:Makefile 7.4%Language:Shell 1.8%