build a postgres SQL container without using docker-compose instead…

Question Answered step-by-step build a postgres SQL container without using docker-compose instead… build a postgres SQL container without using docker-compose instead using a dockerfile. Service must be running on port 4040. The username and password for database admin must be received from environmental variables. Create  a shell file to prepare a test case. The server must serve on port 4050 on localhost. The database files must store in “postgre/databaseFiles”. Create an initialization database script and build a schema, a table and insert a few records to the table. Engineering & Technology Computer Science Share QuestionEmailCopy link Comments (0)