Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.38 KB

dev-docker-images

This repo is to set up the CSlant DEV Images with Docker.

We can use this runner to update all sources for development.

Docker Hub

CSlant Docker Hub

In this docker repository, we have built the following images:

Prerequisites

First, copy the .env.example file to .env and update the values.

envsubst < .env.example > .env

If you don't have envsubst command, you can use the following command:

cp .env.example .env

💻 Start in Mac with arm64

To run as amd64. You need to set the default platform to linux/amd64:

export DOCKER_DEFAULT_PLATFORM=linux/amd64