| by Scott Kilroy | No comments

Create a docker container with the name option

Create a docker container with a name you choose by including the --name="NAME" option
for example you could use
docker create --name="kilroy" ubuntu:latest

Share Button