LogoLogo
  • Introduction
  • CLI
    • Chocolatey
    • Docker
    • Git
    • nmap
    • npm
    • npm - n
    • npm - npm-check-updates (ncu)
    • npm - npm-license-crawler
    • Python
    • Ubuntu
    • Windows Commands
  • JS
    • JSDoc
Powered by GitBook
On this page
  • Working with Instances
  • Get All Instances
  • Log Into Docker Instance

Was this helpful?

  1. CLI

Docker

Working with Instances

Get All Instances

docker ps

Log Into Docker Instance

docker exec -it [docker instance] /bin/bash
PreviousChocolateyNextGit

Last updated 5 years ago

Was this helpful?