Netbox: Improvement with Docker Documentation?

Created on 8 Nov 2016  路  1Comment  路  Source: netbox-community/netbox

Hi

Is it possible to get more docker documentation, in general, but to be specific it would be great if the docs had a section on docker upgrades and being able to do a docker build and not have to use localhost? As ive found that using the docker-compose ive been unable to use api's as ive been getting the following URL in swagger: http://localhost/api/docs/api-docs/. I would assume it would be something that could be added to docker-compse.yml file? (im a docker novice for now). If its something that could be added to the docs that would be great

Cheers
Keeran

Most helpful comment

As an updated ive worked out how to do a docker upgrade:

  1. cd /opt
  2. git pull
  3. docker-compose stop
  4. docker-compose build --no-cache
  5. docker-compose up -d

It takes around 5-10mins to do the upgrade

>All comments

As an updated ive worked out how to do a docker upgrade:

  1. cd /opt
  2. git pull
  3. docker-compose stop
  4. docker-compose build --no-cache
  5. docker-compose up -d

It takes around 5-10mins to do the upgrade

Was this page helpful?
0 / 5 - 0 ratings

Related issues

markve-sa picture markve-sa  路  4Comments

candlerb picture candlerb  路  3Comments

robbagithub picture robbagithub  路  3Comments

shugotek picture shugotek  路  3Comments

Ali-Yazdani picture Ali-Yazdani  路  3Comments