mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
17 lines
292 B
Plaintext
17 lines
292 B
Plaintext
created: 20151026124201488
|
|
creator: user
|
|
modified: 20151026124457316
|
|
modifier: user
|
|
tags:
|
|
title: docker install
|
|
type: text/vnd.tiddlywiki
|
|
|
|
; Install Docker
|
|
: https://docs.docker.com/linux/step_one/
|
|
|
|
; get.docker.com
|
|
: https://get.docker.com/
|
|
|
|
```sh
|
|
wget -qO- https://get.docker.com/ | sh
|
|
``` |