Skip to content

mirhaCode/Orchestration

Repository files navigation

Home Family API

Spring boot and PostgresSQL with Docker

Wiki

# Download and build container - specify parameter for build one container
$ docker-compose build ${name}
# Start Container - -d no show terminal (background)
$ docker-compose up ${name}
# Open terminal in container
$ docker-compose exec ${name} bash 
# Delete container
$ docker-compose rm ${name}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages