This ist a simple cible ubuntu image to test you ssh connexion with all simplify library
102
docker pulll smarlino/ubuntu-cible:1.1
FROM smarlino/ubuntu-cible:1.1
RUN groupadd galaxiera && useradd -ms /bin/bash -G galaxiera new_user
version: '3.1'
services:
machine1:
image: smarlino/ubuntu-cible:1.1
volumes:
- ./ssh_key_file.pub:/home/stevy/.ssh/authorized_keys:rw
Content type
Image
Digest
sha256:ad8b10b91…
Size
96.7 MB
Last updated
over 3 years ago
docker pull smarlino/ubuntu-cible:1.1