/docker-getting-started

First Steps With Docker Projects On Liara

Primary LanguageGo

Docker apps getting started

Installation

$ git clone https://github.com/liara-cloud/docker-getting-started.git

$ cd docker-getting-started

$ mv .env.example .env # or rename .env.example to .env

# set your ENVs

$ go run main.go

if you need to live reload, you can use air:

$
$
$ 

Create New Docker App & install the Liara CLI