This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docker:start [2021/06/23 13:54] – created js | docker:start [2024/02/29 13:44] (current) – js | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Docker ====== | ====== Docker ====== | ||
- | {{:docker:logo-docker-trans.jpg? | + | {{: |
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. | Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. | ||
- | ====== | + | ===== Tools and Apps ===== |
+ | * [[docker: | ||
+ | * [[docker: | ||
+ | \\ | ||
+ | \\ | ||
+ | ===== Example | ||
< | < | ||
- | ole@T:~$ docker run -it --rm alpine /bin/ash | + | root@dockersrv:~$ docker run -it --rm alpine /bin/ash |
(inside container) / # | (inside container) / # | ||