This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker:start [2021/06/23 14:00] – js | docker:start [2024/02/29 13:44] (current) – js | ||
---|---|---|---|
Line 5: | Line 5: | ||
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) / # | ||