-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Add export command #12120
Add export command #12120
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT. Please sign-off your commit
1dfa246
to
598a1dc
Compare
Thank u @ndeloof. |
not sure how you did, but better rebase on main branch, stash all your commit and amend with |
598a1dc
to
cb0b70a
Compare
Oh sorry, i solved this issue with a messy approach:) |
Is this good? |
cb0b70a
to
6d413d0
Compare
Still sign-off line missing in commit message. Maybe amend and add it manually ? |
6d413d0
to
ab4a8da
Compare
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Do I have to do anything else? |
@jarqvi just need to fix issues reported by CI :) |
@ndeloof done =) |
21fd732
to
00793f7
Compare
Sorry I rebased the branch to be sure we don't have a conflict, it changed the commit history and broke the DCO 🤦 |
Signed-off-by: MohammadHasan Akbari <[email protected]>
Signed-off-by: MohammadHasan Akbari <[email protected]> Signed-off-by: MohammadHasan Akbari <[email protected]>
Signed-off-by: MohammadHasan Akbari <[email protected]> Signed-off-by: MohammadHasan Akbari <[email protected]>
Signed-off-by: MohammadHasan Akbari <[email protected]> Signed-off-by: MohammadHasan Akbari <[email protected]>
00793f7
to
29daf84
Compare
Done. |
What I did
I noticed that we have this command in the Docker CLI, but not in Docker Compose. So I thought of adding it to make it useful for others.