Skip to content
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

Build Apps using custom docker images #264

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

sukhman-sukh
Copy link
Contributor

No description provided.

@sukhman-sukh sukhman-sukh self-assigned this Aug 18, 2024
@@ -21,7 +21,7 @@ func setupContainer(app types.Application, storedir string, setup chan types.Res
Name: app.GetName(),
Image: app.GetDockerImage(),
ApplicationPort: app.GetApplicationPort(),
ContainerPort: app.GetContainerPort(),
ContainerPort: app.GetContainerPort(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove extra space

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think ye formatter ne daal diya hoga,
I will remove it

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iska commit daalde baaki LGTM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

lib/docker/image.go Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Functionality for running custom docker images supplied by users
2 participants