You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2024. It is now read-only.
[root@localhost AssassinGo]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
fee88f312d96 assassingo_assassin "./AssassinGo" 47 seconds ago Up 46 seconds 0.0.0.0:8000->8000/tcp assassingo_assassin_1
f2a208eaa2bb mariadb "docker-entrypoint.s…" 47 seconds ago Up 46 seconds 3306/tcp assassingo_mariadb_1
20a28ddda3fb chromedp/headless-shell "/headless-shell/hea…" 47 seconds ago Up 46 seconds 0.0.0.0:9222->9222/tcp assassingo_chromedp_1
MariaDB [ag]> select * from users;
+----+----------+----------+-------+
| id | username | password | email |
+----+----------+----------+-------+
| 1 | admin | admin | NULL |
+----+----------+----------+-------+
1 row in set (0.000 sec)