Skip to content

vpakarinen2/ubuntu-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu Docker image using Docker compose

Build

docker compose build

Run

Start the container in the background:

docker compose up -d

Check that it is running:

docker ps

Connect

via SSH:

ssh dev@localhost -p 2222
  • Username: dev
  • Password: dev

via Docker shell:

docker compose exec ubuntu-server bash

Author

Ville Pakarinen (@vpakarinen2)

About

Ubuntu server Docker image with SSH connection.

Topics

Resources

License

Stars

Watchers

Forks