Docker Playground
/
Exit
Explorer
6 items
๐
config/
๐
src/
๐
docker-compose.yml
73B
๐
Dockerfile
82B
๐
index.html
64B
๐
nginx.conf
68B
Resource Monitor
Containers
1
Images
3
Quick Commands
ls
tree
pwd
mkdir src
touch app.js
echo "Hello" > hello.txt
docker ps -a
docker images
docker run nginx
help
clear
root@playground:/
Tab to autocomplete ยท โโ history
Welcome to Docker Playground โ interactive terminal
Type 'help' for available commands.
root@playground:/~