Docker-build-and-run

Docker image build and container run

Introduction

In this document we show how to build a Docker image for the DSL web service and run a container with it

We call that DSL web service "ProdGDT".

Docker

Build the Docker image with the command:

docker build --no-cache --build-arg PAT_GIT=MYXXX -t prodgdt:1.0 -f docker/Dockerfile .

Or if you want to overview and safe the build log file:

docker build --no-cache --build-arg PAT_GIT=MYXXX -t prodgdt:1.0 -f docker/Dockerfile --progress=plain . 2>&1 | tee build.log

Run a container over the image with the command:

docker run --rm -p 9191:9191 --name webProdGDT -t prodgdt:1.0  

To stop the container run the command:

docker container stop webProdGDT

In case "no space left on device" pop up when docker build is run, do some cleanup with:

docker system prune --all --force
``

DSL::Translators v0.1.1

DSL-to-DSL translation with multiple DSLs.

Authors

  • Anton Antonov

License

Artistic-2.0

Dependencies

Clipboard:ver<0.1.1+>JSON::Fast:ver<0.19+>HTTP::UserAgentCro::HTTPLingua::NumericWordForms:ver<0.6.2+>Chemistry::Stoichiometry:ver<0.1.10+>ML::TriesWithFrequencies:ver<0.6.7+>LLM::Functions:ver<0.1.24+>ML::FindTextualAnswer:ver<0.2.5+>ML::NLPTemplateEngine:ver<0.1.3+>DSL::Shared:ver<0.2.11+>DSL::English::ClassificationWorkflows:ver<0.1.5+>DSL::English::DataAcquisitionWorkflows:ver<0.1.0+>DSL::English::DataQueryWorkflows:ver<0.6.5+>DSL::English::EpidemiologyModelingWorkflowsDSL::English::FoodPreparationWorkflows:ver<0.1.0+>DSL::English::LatentSemanticAnalysisWorkflows:ver<0.8.3>DSL::English::QuantileRegressionWorkflows:ver<0.8.3+>DSL::English::RecommenderWorkflows:ver<0.6.4+>DSL::English::SearchEngineQueries:ver<0.5.0+>DSL::Bulgarian:ver<0.1.1+>Test::OutputURI::Encode

Test Dependencies

Provides

  • DSL::Translators

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.