Docker Commands
Docker Commands
general commands
get docker info
exercises
execute date command inside a httpd container
# create a httpd container
> docker container run -itd --name myhttpd httpd
# execute this command from the machine that you want to remove
> docker swarm leave
remove a node
remove a service