Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where to start

Install docker:

Short version (may not be the last version): Fedora/RedHat:

    $ sudo dnf install docker

Run docker daemon:

Fedora/RedHat:

    $ sudo systemctl start docker

Complete story: Install docker

Run an interactive shell in a container:

Short version: docker run -t -i <container_ID> /bin/bash

    docker run -t -i ubuntu /bin/bash

Links to the official docker documentation:

Docker basics

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages