-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
alternative Dockerfile #206
base: master
Are you sure you want to change the base?
Conversation
…ng repo. Package ubuntu contains all necessary packages for scripts ( scp, ssh, .... )
Hi @cherkavi, thanks for the PR! On another hand, you are right, for some people these utilities are needed by default and it would make sense to have them out of the box. And having a sample Dockerfile would be helpful. There are a couple of things, which I think should be changed/improved:
Does it make sense? |
Hi, @bugy - about changing name of the file - not a issue at all. As you can see "my" Dockerfile can be used without cloning the repo - this is big advantage in front of existing one. About python - Ubuntu doesn't have ( at least version 16.xx, 18.xx ) any symlink py2,py3. |
Hi @cherkavi, thanks for your comments.
They are not competing, they are for different purposes. The proposed one is for other people, the existing one is only for internal usage.
According to the proposed Dockerfile,
Or do I understand /usr/local/bin and symlinks wrong? |
Hi @cherkavi, may be I'm doing something wrong, but this dockerfile doesn't work for me:
And moreover, your main point
Seems not to be true.
Am I using too old or too new ubuntu image? May be some cache problem.... |
pls, give me simple configuration ( with echo on screen and with interaction via console ) to add like an example |
|
Hi @cherkavi, |
…ion, scripts for building and running
thanks a lot for the files, but seems you missed "main config file" |
Hi @cherkavi, "main" configuration file is optional. I even don't know what I can put there as an example :)
|
Hi @cherkavi are you done with the changes? I mean, can I check and merge them, or are you going to add something else? |
I can't start server - it has empty configuration. |
Hi @cherkavi, there were some problems with paths in build/run files. I fixed them and it seems to be working. |
with ability to create container without cloning repo.
Package ubuntu contains all necessary packages for scripts ( scp, ssh, .... ) - with existing Dockerfile ( event with using the same network ) not possible to do any "standard" operations.