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

Add utils/docker with sample dockerfiles #249

Merged
merged 1 commit into from
Jan 30, 2020
Merged

Conversation

knixeur
Copy link
Collaborator

@knixeur knixeur commented Jan 30, 2020

  • Dockerfile.make builds notion inside an ubuntu image (notion tag)

  • Dockerfile.run inherits make and installs notion (notion-run tag)
    setting the entrypoint to it.

  • docker-bash.sh builds/starts a notion container and drops into a
    bash prompt, you can run make test for example.

  • docker-xephyr.sh starts a notion-run container which expects to
    connect to DISPLAY=1.0 by default, you can use start-xephyr.sh
    before to test inside it.

- Dockerfile.make builds notion inside an ubuntu image (notion tag)
- Dockerfile.run inherits make and installs notion (notion-run tag)
setting the entrypoint to it.

- docker-bash.sh builds/starts a notion container and drops into a
bash prompt, you can run make test for example.
- docker-xephyr.sh starts a notion-run container which expects to
connect to DISPLAY=1.0 by default, you can use start-xephyr.sh
before to test inside it.
Copy link
Owner

@raboof raboof left a comment

Choose a reason for hiding this comment

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

Thanks for sharing! Might be good with some more docs around this, but 👍

@raboof raboof added the development issues that don't impact end users directly label Jan 30, 2020
@raboof raboof merged commit 1689260 into master Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development issues that don't impact end users directly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants