Django 2.0.9 - Dock application - Difficulty in completing the process

0

Good afternoon, guys.

I'm doing a job at the University. Basically it is an application in Django version 2.0.9. However, the teacher asked us to perform the following procedure to deploy the application to a university server:

"In the last week, validated application codes must be deposited in github, images of the developed containers must be deposited in the docker hub, and scripts must be forwarded in the docker compose so that the image installation process is done without difficulties. "

I'm having a hard time understanding what should be done. Can anyone explain to me how I can make these settings?

I've been able to drop the application on GitHub, but I can not understand how I can create the container images in the Docker Hub and also create the scripts in Docker Compose. If anyone can help me.

Project: project

I tried to do something, such as creating the Dockerfile files, docker-compose.yml, and creating a script in the / git / makeGitRepo folder.

    
asked by anonymous 02.12.2018 / 17:57

0 answers