-
Notifications
You must be signed in to change notification settings - Fork 9
Update README.md #12
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
base: main
Are you sure you want to change the base?
Update README.md #12
Conversation
mongo_seed/README.md
Outdated
### To push latest image to Docker Hub | ||
1. Log into docker | ||
|
||
`docker login -u clearlydefined -p <PASSWORD_FROM_KEYVAULT` |
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.
missing '>' at the end
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.
Thank you!
mongo_seed/README.md
Outdated
|
||
4. Build and tag image | ||
|
||
`docker build -t clearlydefined/docker_dev_env_experiment_clearlydefined_mongo_seed:latest` |
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.
`docker build -t clearlydefined/docker_dev_env_experiment_clearlydefined_mongo_seed:latest` | |
`docker build -t clearlydefined/docker_dev_env_experiment_clearlydefined_mongo_seed:latest .` |
mongo_seed/README.md
Outdated
|
||
`docker login -u clearlydefined -p <PASSWORD_FROM_KEYVAULT` | ||
2. Pull latest code from GitHub repo | ||
3. Build latest image |
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.
This might be redundant. "Build and tag image" might be enough
Update README.md
No description provided.