Improvement with Docker Documentation? #520

Closed
opened 2025-12-29 16:22:50 +01:00 by adam · 1 comment
Owner

Originally created by @kmarquis on GitHub (Nov 8, 2016).

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

Originally created by @kmarquis on GitHub (Nov 8, 2016). 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
adam closed this issue 2025-12-29 16:22:50 +01:00
Author
Owner

@kmarquis commented on GitHub (Nov 23, 2016):

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

@kmarquis commented on GitHub (Nov 23, 2016): 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#520