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

Convenient changes to helper functions #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

vsobotka
Copy link
Collaborator

@vsobotka vsobotka commented Mar 8, 2017

Do not detach from development setup

  • for a development environment, you most likely want to leave the output visible by default

User specific attaching to container

  • when generating parts of an application using bin/rails generate you need to run it with container UID identical to host UID - otherwise you won't be able to edit generated files


function goIntoContainerDefaultUser() {
docker exec -t -i ${APP_CONTAINER} bash;
}
Copy link
Owner

Choose a reason for hiding this comment

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

Missing new line on end of file. When you add next changes then will be deleted (from view of Git) line with }.

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.

2 participants