mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-16 08:17:19 +02:00
22 lines
685 B
Plaintext
22 lines
685 B
Plaintext
created: 20230722232624533
|
|
creator: Octt
|
|
modified: 20240121193357828
|
|
modifier: Octt
|
|
tags: Server
|
|
title: Docker
|
|
|
|
<<^wikipediaframe "Docker (software)">>
|
|
|
|
!!! Commands
|
|
|
|
* `start`, `restart`: On existing containers, respectively ''start'' if it's not running, or ''restart'' at any condition
|
|
* `volume ls`: List internal volumes
|
|
|
|
!!! Flags
|
|
|
|
* Passing ports: `-p Host:Container`, eg `-p 8080:80`
|
|
|
|
!!! Resources
|
|
|
|
* [[ERROR: Pool overlaps with other one on this address space 'bridge'|https://stackoverflow.com/questions/56515128/error-pool-overlaps-with-other-one-on-this-address-space-when-starting-my-proje#60506716]] --- to destroy other networks and quickly fix, `docker network prune`
|