We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Terraform lib:https://registry.terraform.io
terraform init
terraform plan
terraform apply
Simple web app
Docker
docker build --tag docker-gowiki# Directlydocker run --publish 8080:8080 docker-gowiki# Detacheddocker run -d -p 8080:8080 docker-gowiki
TODO