Last Updated: February 25, 2016
·
203
· jeffli

Docker command arguments

  • Pull the centos image
    sudo docker pull centos

  • Delete the container after exit
    sudo docker run -i -t --rm centos /bin/bash

Written by Jeff Li

Recommend
Say Thanks
Update Notifications Off
Respond