Skip to content

#171784107 add dockerization of the app #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

irfiacre
Copy link
Collaborator

What does this PR do?

This PR implements the dockerization of the project.

Description of Task to be completed?

  • add .dockerignore file for docker running optimization.
  • add Dockerfile for docker configuration
  • add app docker documentation on README

How should this be manually tested?

  • Run docker build. -t barefootnamdimage To create an image
  • Run docker run barefootnamdimage to run the image
  • In a new terminal:
    • Run docker ps to view all available containers
    • Run docker exec -it CONTAINER ID sh , the CONTAINER ID being that of barefootnamdimage
    • Now you can run all the app commands

What are the relevant pivotal tracker stories?

#171784107

Screenshots

@irfiacre irfiacre requested a review from bdushimi June 29, 2020 12:02
@irfiacre irfiacre added the enhancement New feature or request label Jun 29, 2020
- add .dockerignore file for docker running optimisation.
- add Dockerfile for docker configuration
- add app docker documentation on README

[ finishes #171784107 ]
@irfiacre irfiacre force-pushed the ch-docker-setup-171784107 branch from 1001152 to be79a78 Compare June 29, 2020 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant