To install a specific version $ yum list docker-ce --showduplicates | sort $ yum install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io
Parameters --name The name of the container --shm-size Amount of Linux shared memory -p The port mapping of the host port to the container port.<host_port>:<container_port> -e The Oracle Database SYS, SYSTEM and PDB_ADMIN password -v The data volume to use for the database. If omitted the database will not be persisted over container recreation.