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

Logging of commands run inside container #2

Open
betsegaw opened this issue Nov 4, 2015 · 0 comments
Open

Logging of commands run inside container #2

betsegaw opened this issue Nov 4, 2015 · 0 comments
Assignees

Comments

@betsegaw
Copy link
Owner

betsegaw commented Nov 4, 2015

There should be some way for the build container creator to highlight the commands he/she wants to run in the container. By doing so, instead of creating a container by snapshotting an existing container, we could instead do so by creating a Dockerfile that contains all the right none-interactive commands to run.

For example, instead of running

apt-get install git

you would run

log-command apt-get install git

This will, when you exit the container after building successfully, create a docker file that you can use to build the same enviroment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant