Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
12b00b29
Commit
12b00b29
authored
10 years ago
by
Jenkins
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Improve developer docs around docker-compose and docker-dev"
parents
07f59992
03606b8a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/developer-env.md
+18
-2
18 additions, 2 deletions
docs/developer-env.md
with
18 additions
and
2 deletions
docs/developer-env.md
+
18
−
2
View file @
12b00b29
...
...
@@ -2,16 +2,32 @@
In order to run Kolla, it is mandatory to run a version of
`docker-compose`
that includes pid: host support. One of the
authors of
k
olla has a pull request outstanding that the
authors of
K
olla has a pull request outstanding that the
docker-compose maintainers have said they would merge shortly.
It must be retrieved via git and installed:
The pull request is:
https://github.com/docker/compose/pull/1011
Until then, it must be retrieved via git and installed:
git pull http://github.com/sdake/fig
cd fig
sudo pip install .
sudo pip install -U docker-py
The docker-compose version available via the sdake repository has been
rebased on to a master version of docker-compose which requires the
docker API 1.18. the docker API 1.18 is not available in distro
packaging and is only available by building from source. Docker also
distributes pre-built binaries for docker. It is recommended to just run
the docker provided binaries rather then building from source:
sudo systemctl stop docker
sudo killall -9 docker
curl https://master.dockerproject.com/linux/amd64/docker-1.5.0-dev -o docker-dev
sudo ./docker-dev -d
The basic starting environment will be created using
`docker-compose`
.
This environment will start up the openstack services listed in the
compose directory.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment