Short version (may not be the last version): Fedora/RedHat:
$ sudo dnf install docker
Fedora/RedHat:
$ sudo systemctl start docker
Complete story: Install docker
Short version: docker run -t -i <container_ID> /bin/bash
docker run -t -i ubuntu /bin/bash
Links to the official docker documentation: