This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker:start [2023/10/23 12:20] – 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. | ||
- | ====== LazyDocker ====== | + | ===== Tools and Apps ===== |
- | Github Website: | + | |
- | + | * [[docker: | |
- | ====== Example | + | \\ |
+ | \\ | ||
+ | ===== Example ===== | ||
< | < | ||
- | ole@T:~$ docker run -it --rm alpine /bin/ash | + | root@dockersrv:~$ docker run -it --rm alpine /bin/ash |
(inside container) / # | (inside container) / # | ||