boot2docker

docker, enum

Overview #

Old way of running docker containers on system that doesn’t natively support docker such as Windows.

Credentials #

# default
docker:tcuser

Commands #

# confirm if you are running on boot2docker vm.
# example output:
#   Linux bc56e3cc55e9 4.14.154-boot2docker #1 SMP Thu Nov 14 19:19:08 UTC 2019 x86_64 GNU/Linux
uname -a

# can you ssh to host VM using default creds?
ssh docker@172.17.0.1

Interesting Files and Directories #

# c:\ in windows
/c

References #