Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple and complete tutorial for Docker #9

Open
siikasmaa opened this issue Apr 16, 2018 · 1 comment
Open

Simple and complete tutorial for Docker #9

siikasmaa opened this issue Apr 16, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@siikasmaa
Copy link

siikasmaa commented Apr 16, 2018

Short or prolonged introduction to Docker. Examples on how Docker can be used in your own projects. Should include information on commands and features such as:

docker run
docker images
docker ps
docker build
docker logs
docker exec
docker volumes
  • Creating a new container with docker-compose or Dockerfile
  • Creating a image
  • Running the container
  • Connecting to volumes or mounting to host
  • Connecting containers to each other, e.g. SQL and application
  • Debug running container with docker logs and docker exec -ti -u 0 CONTAINER_NAME /bin/bash
  • Deploying an image elsewhere
@siikasmaa siikasmaa added the enhancement New feature or request label Apr 16, 2018
@siikasmaa siikasmaa self-assigned this Apr 16, 2018
@Faagerholm
Copy link
Contributor

Will you complete tutorial this month @siikasmaa ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants