3. Step: Run Your Project - koglak/SWE573 GitHub Wiki
-
While your instance is running, create docket-compose file
touch docker-compose.yml
-
Go your docker-compose file
vi docker-compose.yml
-
Enter your code in docker-compose.yml file:
-
Exit the docker-compose.yml - type below code
:wq
(Note: delete content of docker-compose.yml => :das )
(Note: "a" allows to edit file)
(Note: "qa" don't save and exit)
-
Go to link > Linux > Install the binary manually Instructions: Docker-Compose Install
-
Check your docker images
docker images
-
Try your docker
docker-compose up --detach
-
Run your docker
docker-compose up