layout | title | description |
---|---|---|
default |
Beginners Track - Running a command inside running Container |
collabnix | DockerLab | Docker - Beginners Track |
Platform | Number of Instance | Reading Time |
---|---|---|
Play with Docker | 1 | 5 min |
- Create an account with DockerHub
- Open PWD Platform on your browser
- Click on Add New Instance on the left side of the screen to bring up Alpine OS instance on the right side
docker run -dit ubuntu
docker exec -t <container-id> bash
Proceed » Managing Docker Containers