Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 763 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 763 Bytes

💻 Docker one-line Run Command

Run any container applications anywhere with Docker

The docker one-line run command is given in three parts:

  1. Simple docker run to use temporary applications
  2. Advanced docker run with useful options to use applications as server daemon
    • force remove container: docker rm -f <name>
  3. Use applications: command to connect to endpoints or attach to containers

Browse Applications