Docker Run Ubuntu
-
run
-
Create a container called "ubu" and run it interactively
docker run -it -w /opt --name ubu ubuntu:23.04
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
run
Create a container called "ubu" and run it interactively
docker run -it -w /opt --name ubu ubuntu:23.04