docker

Run specific image as container

docker run -it ubuntu:18.04 /bin/bash

Last updated