User Tools

Site Tools


Sidebar

Dan's Wiki

DokuWiki Instructions (local) DokuWiki Manual
Site Checker (Orphans Wanted)

Edit Sidebar

docker:start

This is an old revision of the document!


Docker

Cheat Sheet

CommandDescription
docker search ubuntuList of ubuntu images
docker container lsList containers that are running
docker container ls -aList all containers, running or not
docker createCreate a local image
docker create –name=foo -it ubuntu bash-i = interactive
-t = pseudo TTY
running bash when starting
docker attach fooAttach Standard In/Out to container
docker/start.1703602143.txt.gz · Last modified: 2023/12/26 14:49 by dwheele