Skip to content

Latest commit

 

History

History

06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Description

Run instructions

Run the following commands

docker run -it --name=test1 alpine:latest date
docker run -it --name=test1 alpine:latest date

Why does this not work?

What can you do to make them both run (there are at least a couple of ways)?