Week 1 Flashcards
(10 cards)
Docker CE x EE?
Community Edition vs Enterprise Edition
Does docker run nativelly on Mac?
Docker doesnt run nativelly on Mac or Windows, docker has to create a small linux VM inside docker
Compare IMAGE vs. CONTAINER
- Image is the application we want to run
- Container is the instance of that image (You can have many containers of the same image)
compare DOCKER CONTAINER RUN vs. DOCKER CONTAINER START
- Run always create a new container for the image
- Start starts an existing one
how to stop containers
- docker stop [container_id] or docker container stop [container_id]
how to open a port to the host?
–publish , -p
Publish a container’s port(s) to the host
example: docker container run –publish 80:80 nginx
access bash of a container
docker container run -it nginx bash start new container interactively
docker container exec -it nginx bash run additional command in existing container
mysql default port
3306
What are orsay and tizen operating system?
on Samsung TV
ensembles
conjuntos, grupo (normalmente relacionado a musica)