You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In updating marathon-lb to use dcos-e2e, I am running minidcos in a container to minimize dependancies on the host to only docker. The dockerfile I was using (before rolling it all together into the devkit) is: https://github.com/jkoelker/marathon-lb/blob/dcos-e2e-old/Dockerfile.dcos-e2e. It's used as such:
Thank you @jkoelker - this will need a few things, at least:
A test which at least checks that minidcos docker --version works in Docker - see test_admin/test_brew.py and test_admin/test_binaries.py for inspiration
User documentation - how can I use this? why should I use this? what are the limitations?
A change to admin/release.py to add publishing a Docker image
In updating
marathon-lb
to usedcos-e2e
, I am runningminidcos
in a container to minimize dependancies on the host to only docker. The dockerfile I was using (before rolling it all together into thedevkit
) is: https://github.com/jkoelker/marathon-lb/blob/dcos-e2e-old/Dockerfile.dcos-e2e. It's used as such:The important thing to note (at least the way I got it to work) was making the paths the same both inside and outside the container.
The text was updated successfully, but these errors were encountered: