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 documentation for building and running in Docker. #53

Open
damonkohler opened this issue Oct 13, 2016 · 3 comments
Open

Add documentation for building and running in Docker. #53

damonkohler opened this issue Oct 13, 2016 · 3 comments

Comments

@damonkohler
Copy link
Contributor

No description provided.

@kurtfairfield
Copy link

@damonkohler hello, I am doing a software architecture project at UVic in BC, Canada. We are using Cartographer as our reference open source project and reviewing portions of the architecture. One of our deliverables is to submit a pull request that improves the project.
I was wondering if this is still an open issue; building documentation and running in Docker?

@NHarmie
Copy link

NHarmie commented Apr 7, 2018

Hello, I am part of @kurtfairfield 's team and we created a small instruction guide on building and running Cartographer in a Docker container. Please let us know if this is something that is helpful towards this issue.

DockerInstructions.pdf

@xjtao1314
Copy link

xjtao1314 commented May 3, 2018

I finally figure out how to build in docker , my steps as follows:

  1. cd cartographer-master : into cartographer main directory
  2. cp Dockerfile.xenial Dockerfile : for me suitable as I am using ubuntu 16.04
  3. docker build -t carto_docker . : start install C++ env and cartographer dependency in docker
    note : i change my dns to 8.8.8.8 before step 3, which is google dns server

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

5 participants