mirror of https://gitlab.com/octtspacc/OcttKB
17 lines
355 B
Plaintext
17 lines
355 B
Plaintext
created: 20230722232624533
|
|
creator: Octt
|
|
modified: 20230823230503260
|
|
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
|
|
|
|
!!! Flags
|
|
|
|
* Passing ports: `-p Host:Container`, eg `-p 8080:80`
|